libset-infinite-perl
module for sets of intervals
Set::Infinite is a Set Theory module for infinite sets.
unity-webapps-googlecalendar
Unity Webapp for GoogleCalendar
libdata-validate-email-perl
validator for email addresses written in Perl
Data::Validate::Email collects common email validation routines to make input
validation and untainting easier and more readable.
libui-dialog-perl
UI::Dialog a wrapper for various dialog applications
UI::Dialog is an OOPerl wrapper for various dialog applications.
These dialog backends are currently supported: Zenity, XDialog,
GDialog, KDialog, CDialog, and Whiptail. There is also an ASCII
backend provided as a last resort interface for console based
dialog variants. UI::Dialog is a class that provides a strict
interface to these various backend modules.
systemd-docker
wrapper for "docker run" to handle systemd quirks
systemd-docker is a wrapper for "docker run" so that Docker containers
can be sanely run under systemd. The key thing that this wrapper does is
move the container process from the cgroups setup by Docker to the service
unit's cgroup.
sparse
semantic parser of source files
Sparse, the semantic parser, provides a compiler frontend capable of
parsing most of ANSI C as well as many GCC extensions, and a collection
of sample compiler backends, including a static analyzer also called
"sparse". Sparse provides a set of annotations designed to convey
semantic information about types, such as what address space pointers
point to, or what locks a function acquires or releases.