libisoburn1t64
library to handle creation and inspection of ISO-9660 file systems
libisoburn is a frontend for the libraries libburn and libisofs. It handles
the creation, loading, manipulation and burning of ISO-9660 filesystem images.
This library provides a low-level API, called libisoburn API, which
enhances and partly encapsulates the API of libburn and libisofs. Further
there is a higher level API, called xorriso API, which completely encapsulates
the API of libburn, libisofs, and libisoburn. It implements all parts of
xorriso except the small initialization module xorriso/xorriso_main.c .
libisofs6t64
library to create ISO 9660 images
libisofs creates ISO 9660 (aka ECMA-119) filesystem images which can either
be written to POSIX file objects or handed over to libburn for being written
directly to optical media.
It can read metadata of ISO 9660 filesystems, manipulate them, and use them
to produce new complete filesystem images or add-on images to be appended
to the read filesystem image.
Supported extensions to ISO 9660 are Rock Ridge, Joliet, AAIP, zisofs.
libpod-parser-perl
modules for parsing/translating POD format documents
This package contains the following mdoules for using Perl5 "pod" (Plain Old
Documentation).
libmatch-simple-perl
simplified clone of smartmatch operator
match::simple provides a simple match operator "|M|" that acts like a
sane subset of the (as of Perl 5.18) deprecated smart match operator.
Unlike smart match, the behaviour of the match is determined entirely
by the operand on the right hand side.
libmicrohttpd12t64
library embedding HTTP server functionality
GNU libmicrohttpd is a small C library that is supposed to make it easy to run
an HTTP server as part of another application. Key features that distinguish
GNU Libmicrohttpd from other projects are:
libredis-fast-perl
Perl binding for Redis database
Redis::Fast is a wrapper around Salvatore Sanfilippo's hiredis C client.
It is compatible with Redis.pm.