libglide2
graphics library for 3Dfx Voodoo 2 based cards - shared libraries
node-wildemitter
lightweight event emitter that supports wildcard handlers
Super lightweight EventEmitter similar to what comes in Node.js,
but with a support for wildcard events '*' and grouped handlers".
libcorkipset-utils
C library to store sets/maps of IP address (utility files)
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.
node-graphlibrary
directed and undirected multi-graph library
Graphlibrary is a JavaScript library that provides data structures for
undirected and directed multi-graphs along with algorithms that can be used
with them.
node-modern-syslog
native syslog client library for Node.js
modern-syslog is the only Node.js library that uses native bindings to the
libc syslog API, is async, can be used as a stream, and is API compatible
with the (deprecated) node-syslog.
It uses Nan, so supports node and io.js
libjsoncpp0v5
library for reading and writing JSON for C++