libcorkipset1
C library to store sets/maps of IP address
The ipset library provides C data types for storing sets of IP
addresses, and maps of IP addresses to integers. It supports both
IPv4 and IPv6 addresses. It's implemented using "Binary Decision
Diagrams" (BDDs, https://en.wikipedia.org/wiki/Binary_decision_diagram),
which (we hypothesize) makes it space efficient for large sets.
libcypher-parser8
Parsing library for the Cypher query language
Cypher is a graph query language that allows for expressive and efficient
querying of graph data.
libdaemon0
lightweight C library for daemons - runtime library
libdaemon is a lightweight C library which eases the writing of UNIX daemons.
It consists of the following parts:
ostree
content-addressed filesystem for operating system binaries
libostree provides a library and tools for managing bootable, immutable,
versioned filesystem trees. It is like git in that it checksums
individual files and has a content-addressed object store; unlike git,
it "checks out" the files using hardlinks into an immutable directory
tree. This can be used to provide atomic upgrades with rollback, history
and parallel-installation, particularly useful on "fixed purpose"
systems such as embedded devices.
node-roadrunner
Cache require resolutions
libnet-dns-lite-perl
pure-perl DNS resolver with support for timeout
Net::DNS::Lite provides a replacement function for Socket::inet_aton, with
support for timeouts.