libtrilead-ssh2-java
Java SSH library
Trilead SSH for Java is a freely available open-source library which
implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0). It
allows one to connect to SSH servers from within Java programs. It supports
SSH sessions (remote command execution and shell access), local and remote
port forwarding, local stream forwarding, X11 forwarding, SCP and SFTP. There
are no dependencies on any JCE provider, as all crypto functionality is
included.
gnunet-common
transitional dummy package
libmsgpackc2
binary-based efficient object serialization library
MessagePack is a binary-based efficient object serialization library.
It enables to exchange structured objects between many languages like JSON.
But unlike JSON, it is very fast and small.
python3-rply
pure Python based parser that also works with RPython (Python 3)
This package provides a pure Python based parser generator, that also
works with RPython. It is a more-or-less direct port of David
Bazzley's awesome PLY, with a new public API, and RPython support.
librte-net-hns3-21
Data Plane Development Kit (librte-net-hns3 runtime library)
DPDK is a set of libraries for fast packet processing. Applications run
in user-space and communicate directly with dedicated network interfaces.
ruby-benchmark-ips
iterations per second enhancement to Benchmark
Benchmark/ips benchmarks a blocks iterations/second. For short snippets of
code, ips automatically figures out how many times to run the code to get
interesting data. No more guessing at random iteration counts.