xapp
Libraries and common resources for multiple desktop environments
Xapp provides components which are common to multiple desktop environments
and required to implement cross-DE solutions.
libhdf5-fortran-102t64
HDF5 Fortran runtime files - serial version
Hierarchical Data Format 5 (HDF5) is a file format and library for
storing scientific data. HDF5 was designed and implemented to address
the deficiencies of HDF4.x. It has a more powerful and flexible data
model, supports files larger than 2 GB, and supports parallel I/O.
libp11-3t64
pkcs#11 convenience library
Libp11 is a library to simplify using smart cards via PKCS#11
modules. It was spun of the OpenSC project but can be used with any
pkcs#11 module.
libprelude28t64
Security Information and Events Management system [ Base library ]
The Prelude Library is a collection of generic functions providing
communication between the Prelude SIEM suite components. It provides a
convenient interface for sending alerts to Prelude Manager with transparent
SSL, failover and replication support, asynchronous events and timer
interfaces, an abstracted configuration API (hooking at the commandline, the
configuration line, or wide configuration, available from the Manager), and a
generic plugin API. It allows you to easily turn your favorite security
program into a Prelude sensor.
trurl
command line tool for URL parsing and manipulation
trurl is a cli tool that parses and manipulates URLs, designed to help shell
script authors everywhere. Typically you pass in one or more URLs and decide
what of that you want output. Posssibly modifying the URL as well.
randombytes
Library generating fresh randomness - command-line tool
librandombytes is a public-domain library providing a simple API for
applications generating fresh randomness: include <randombytes.h>,
call randombytes(x, xbytes) whenever desired to generate fresh random bytes
x[0], x[1], ..., x[xbytes-1], and link with -lrandombytes.