libfungw-perl1

Scripting support for fungw: perl

Fungw is a tiny, portable library written in C (C89) that manages dynamic function calls across different programming languages.

haskell-groom-utils

Pretty printing for well-behaved Show instances

Automatically derived Show instances are an easy way to inspect data in your program. However, for large data-structures, the resulting output lacks whitespace, making it unreadable. Groom offers an replacement to `show' called `groom' which attempts to pretty-print the output of `show'. For example:

opensmtpd-table-socketmap

lookup OpenSMTPD users or keys in socketmap tables

This package provides the socketmap table for OpenSMTPD. The table may be used for any kind of key-based lookup by smtpd(8). Socketmap tables use a simple protocol: the client sends a single-line request and the server sends a single-line reply.

opensmtpd-table-redis

lookup OpenSMTPD users in Redis tables

This package provides the Redis table for OpenSMTPD. A Redis table allows the storing of usernames, passwords, aliases, and domains in a Redis server.

opensmtpd-table-postgres

lookup OpenSMTPD users in PostgreSQL tables

This package provides the PostgreSQL table for OpenSMTPD. A PostgreSQL table allows the storing of usernames, passwords, aliases, and domains in a format that is shareable across various machines that support postgres(1).

opensmtpd-table-passwd

lookup OpenSMTPD users in passwd-format tables

This package provides the passwd table for OpenSMTPD. A "passwd" table stores information regarding local users. The information is encoded using the traditional passwd(5) format and allows the sharing of a user database across different software supporting this format.