libmartchus-c++utilities5
useful C++ classes and routines used by Martchus' applications
Martchus-cpp-utilities is a library that contains helpers for:
* parsing command-line arguments and providing Bash completions
* working with dates and times
* converting primitive data types to byte-buffers, and vice versa
(eg, between litte-endian and big-endian)
* common string conversions/operations
* using standard IO streams
* using SFINAE by providing additional traits (eg, for checking whether a
type is iteratable)
* testing with *CppUnit*
* CMake, with convenient modules and templates
libinfgtk-0.7-0t64
infinote-based collaborative editing (Gtk widgets)
libinfinity is library to build collaborative text editors. Changes
to the text buffers are synced to all other clients over a central server.
Even though a central server is involved, the local user sees his changes
applied instantly and the merging is done on the individual clients.
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.