libghc-base-compat-batteries-prof
base-compat with extra batteries; profiling libraries
Provides functions available in later versions of base to a wider
range of compilers, without requiring you to use CPP pragmas
in your code.
libghc-ordered-containers-prof
Ordered Containers for Haskell; profiling libraries
This Haskell library provides Set- and Map-like types that remember the order
elements were inserted.
libgraph-grammar-perl
Grammar for graphs
Graph::Grammar is a Perl implementation of a graph rewriting method (a.k.a.
graph grammar). Much of the API draws inspiration from Parse::Yapp, but
instead of acting on text streams Graph::Grammar is oriented at graphs, as
implemented in Perl's Graph module. Graph::Grammar implements a single method
parse_graph() which accepts an instance of Graph and an array of rules. Every
rule is evaluated for each vertex in a graph and, if a match is found, an
action associated with the rule is executed.
libinspector0
GWorkspace inspector framework (shared library)
GWorkspace is the official GNUstep workspace manager. The Inspector
framework is a core part of it allowing specialized inspection of
files with different filetypes.
r-cran-openssl
GNU R toolkit for encryption, signatures and certificates based on OpenSSL
Bindings to OpenSSL libssl and libcrypto, plus custom SSH pubkey
parsers. Supports RSA, DSA and NIST curves P-256, P-384 and P-521.
Cryptographic signatures can either be created and verified manually or
via x509 certificates. AES block cipher is used in CBC mode for
symmetric encryption; RSA for asymmetric (public key) encryption. High-
level envelope functions combine RSA and AES for encrypting arbitrary
sized data. Other utilities include key generators, hash functions (md5,
sha1, sha256, etc), base64 encoder, a secure random number generator,
and 'bignum' math methods for manually performing crypto calculations on
large multibyte integers.
ruby-activemodel
toolkit for building modeling frameworks (part of Rails)
Active Model is a toolkit for building modeling frameworks like
Active Record and Active Resource. This includes a rich support for
attributes, callbacks, validations, observers, serialization,
internationalization, and testing.