maildrop
mail delivery agent with filtering abilities (set-GID=mail)
maildrop is a mail delivery agent (MDA), a program which reads a mail
message from standard input and then delivers the message to your mailbox.
mt-st
Linux SCSI tape driver aware magnetic tape control (aka mt)
Mt-st contains a version of "mt" that is aware of Linux's SCSI tape
driver. Mt-st is able to set some esoteric control flags like tape partitions.
libpam-ldapd
PAM module for using LDAP as an authentication service
This package provides a Pluggable Authentication Module that provides user
authentication, authorization and password management based on credentials
stored in an LDAP server.
libobjenesis-java
Java library to instantiate a new object of a particular class
Objenesis is a small Java library that serves one purpose: to instantiate a
new object of a particular class.
Java already supports this dynamic instantiation of classes using
Class.newInstance(). However, this only works if the class has an appropriate
constructor. There are many times when a class cannot be instantiated this
way, such as when the class contains:
* Constructors that require arguments.
* Constructors that have side effects.
* Constructors that throw exceptions.
As a result, it is common to see restrictions in libraries stating that
classes must require a default constructor.
Objenesis aims to overcomes these restrictions by bypassing the constructor
on object instantiation.
php-illuminate-process
Illuminate Process library component for PHP
The Illuminate Process library component provides an expressive, minimal API
for invoking external processes.
libodc-0d
Observational Database Access library for ECMWF
ODC is software developed at ECMWF for encoding and processing of
observational data. It includes a SQL filtering and statistics engine,
command line tools and APIs for C/C++ and Fortran.