librocksdb9.8

persistent Key-Value Store for Flash and RAM Storage

C++ library providing an embedded key-value store, where keys and values are arbitrary byte streams. It was developed at Facebook based on LevelDB and provides backwards-compatible support for LevelDB APIs.

feersum

PSGI engine for Perl based on EV/libev

Feersum is an HTTP server built on EV. It fully supports the PSGI 1.03 spec including the psgi.streaming interface and is compatible with Plack and PSGI 1.1. Feersum also has its own "native" interface which is similar in a lot of ways to PSGI, but is not compatible with PSGI or PSGI middleware.

libpam-barada

PAM module to provide two-factor authentication based on HOTP

Use HOTP (RFC4226) two-factor authentication with PAM.

libbusiness-issn-perl

Perl extension for International Standard Serial Numbers (ISSN)

A Perl module (Business::ISSN) for working with ISSN numbers (International Standard Serial Numbers), used to identify periodical publications, such as magazines.

libdbd-csv-perl

DBI driver for CSV files

DBD::CSV is a Perl DBI Driver for providing an SQL-based interface to records stored in Comma-Separated Value (CSV) files. Such files are frequently used for exporting data from Microsoft's Access and Excel applications.

libdbix-class-perl

extensible and flexible object <-> relational mapper

DBIx::Class is an SQL to OO mapper with an object API inspired by Class::DBI (and a compatibility layer as a springboard for porting) and a resultset API that allows abstract encapsulation of database operations. It aims to make representing queries in your code as perl-ish as possible while still providing access to as many of the capabilities of the database as possible, including retrieving related records from multiple tables in a single query, JOIN, LEFT JOIN, COUNT, DISTINCT, GROUP BY and HAVING support.