postfix-sqlite

SQLite map support for Postfix

Postfix is Wietse Venema's mail transport agent, available in Debian in postfix package.

rocm-cmake

AMD ROCm CMake modules

rocm-cmake provides CMake modules for common build and development tasks within the ROCm project, such as setting version numbers, configuring CPack properties, and running static analysis tools. rocm-cmake is not typically required for building libraries or programs that use ROCm.

libplack-test-anyevent-perl

run Plack::Test on AnyEvent-based PSGI applications

Plack::Test::AnyEvent allows you to easily test your AnyEvent-based PSGI applications. Normally, Plack::Test::MockHTTP or Plack::Test::Server work fine for this, but this implementation comes in handy when you'd like to test your streaming results as they come in, or if your application uses long-polling. For non-streaming requests, you can use this module exactly like Plack::Test::MockHTTP; otherwise, you can set up a content handler and call $res->recv. The event loop will then run until the PSGI application closes its writer handle or until your test client calls send on the response.

node-prr

Object.defineProperty() with common defaults - Node.js module

prr is a Node.js module which provides an alternate implementation of Object.defineProperty() with simplified arguments.

ruby-sprite-factory

automatic css sprite generator

The sprite factory is a ruby library that can be used to generate CSS sprites. It combines individual image files from a directory into a single unified sprite image and creates an appropriate CSS stylesheet for use in your web application.

r-cran-mime

R package which maps filenames to MIME Types

Guesses the MIME type from a filename extension using the data derived from /etc/mime.types in UNIX-type systems.