caml-crush-clients

Caml Crush: an OCaml PKCS#11 filtering proxy - clients

This software is a computer program whose purpose is to implement a PKCS#11 proxy as well as a PKCS#11 filter with security features in mind.

node-duplexify

Turn a writable and readable stream into a streams2 duplex stream

Similar to duplexer2 except it supports both streams2 and streams1 as input and it allows you to set the readable and writable part asynchronously using setReadable(stream) and setWritable(stream).

libttfautohint1

Automatic font hinter - library

This project provides a library which takes a TrueType font as the input, removes its bytecode instructions (if any), and returns a new font where all glyphs are bytecode hinted using the information given by FreeType's autohinting module. The idea is to provide the excellent quality of the autohinter on platforms which don't use FreeType.

elpa-cider

Clojure IDE for Emacs

CIDER is the Clojure(Script) Interactive Development Environment that Rocks

python-zeep

Modern SOAP client library (Python 2)

libcurry-perl

module to create automatic curried method call closures for any class or object

The curry module provides a function that simplifies the creation of curried method closures which are functions that wrap an existing function and provide some of the inner functions arguments. It also contains a package variable which, in addition, weakens the wrapper function so it is will not hold a reference count for the inner function so Perl's garbage collection system can destroy the latter when needed.