libtls26

libtls shared library

LibreTLS is a port of libtls from LibreSSL to OpenSSL. libtls is a TLS library designed by the OpenBSD project to make it easier to write more secure code.

preludedb-utils

Security Information and Events Management System [ Library utils ]

The PreludeDB Library provides an abstraction layer upon the type and the format of the database used to store IDMEF alerts. It allows developers to use the Prelude IDMEF database easily and efficiently without worrying about SQL, and to access the database independently of the type/format of the database.

libsox3

SoX library of audio effects and processing

SoX is the swiss army knife of sound processing.

erlang-base64url

standalone URL-safe base64-compatible codec for Erlang

Base64Url is a standalone, URL-safe and base64-compatible codec for Erlang. It supports URL-safe base64 en- and decoding. Some systems in the wild use base64 URL encoding, but keep the padding for MIME compatibility (base64 Content-Transfer-Encoding). Base64Url allows one to interact with such systems.

fswatch

file change monitor based on inotify

fswatch is a file change monitor that receives notifications when the contents of the specified files or directories are modified. fswatch implements the following kinds of monitors: * A monitor based on the File System Events API of Apple OS X. * A monitor based on kqueue, an event notification interface introduced in FreeBSD 4.1 and supported on most *BSD systems (including OS X). * A monitor based on inotify, a Linux kernel subsystem that reports file system changes to applications. * A monitor based on File Events Notification, a Solaris/Illumos kernel API that reports file events. * A monitor which periodically stats the file system, saves file modification times in memory and manually calculates file system changes, which can work on any operating system where stat (2) can be used.

libfswatch9

file change monitor based on inotify (library)