libghc-generic-trie-prof
a map, where the keys may be complex structured data; profiling libraries
This type implements maps where the keys are themselves complex structured
data. For example, the keys may be the abstract syntax trees for a
programming language. The map is implemented as a trie, so common parts of
the keys will be shared in the representation. The library provides a generic
implementation of the data structure, so values of types that have support for
'Generic' may be automatically used as keys in the map.
libblas64-test
Basic Linear Algebra Subroutines 3, testing programs (64bit-index)
BLAS (Basic Linear Algebra Subroutines) is a set of efficient
routines for most of the basic vector and matrix operations.
They are widely used as the basis for other high quality linear
algebra software, for example lapack and linpack. This
implementation is the Fortran 77 reference implementation found
at netlib.
libbroker0
Bro's messaging library
libblis64-3-serial
BLAS-like Library Instantiation Software Framework (64bit,serial)
BLIS is a portable software framework for instantiating high-performance
BLAS-like dense linear algebra libraries. The framework was designed to
isolate essential kernels of computation that, when optimized, immediately
enable optimized implementations of most of its commonly used and
computationally intensive operations. BLIS is written in ISO C99 and available
under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like
API, it also includes a BLAS compatibility layer which gives application
developers access to BLIS implementations via traditional BLAS routine calls.
An object-based API is also available for more experienced users.
libtap-simpleoutput-perl
simple closure-driven TAP generator
TAP::SimpleOutput provides one function, counters(), that returns a number of
simple closures designed to help output TAP easily and correctly, with a
minimum of fuss.
libghc-microlens-th-prof
Automatic generation of record lenses for microlens; profiling libraries
This package lets you automatically generate lenses for data types; code was
extracted from the lens package, and therefore generated lenses are fully
compatible with ones generated by lens (and can be used both from lens and
microlens).