libblosc2-2t64
Fast, compressed, persistent binary data store library for C
Blosc is a high performance compressor optimized for binary data. It has been
designed to transmit data to the processor cache faster than the traditional,
non-compressed, direct memory fetch approach via a memcpy() OS call. Blosc
main goal is not just to reduce the size of large datasets on-disk or
in-memory, but also to accelerate memory-bound computations.
libgphobos5-amd64-cross
Phobos D standard library (runtime library)
This is the Phobos standard library that comes with the D2 compiler.
libicapapi5t64
ICAP API library
C-ICAP is an implementation of an ICAP server. It can be used with
HTTP proxies that support the ICAP protocol to implement content
adaptation and filtering services.
libcamp0.8t64
C++ multi-purpose reflection library
CAMP is a multi-purpose reflection library developed by Technogerma Systems
France (http://www.tegesoft.com).
It provides an abstraction for most of the high-level concepts of C++
- Classes
- Enumerations
- Properties
- Functions
- Objects
- Variables
By wrapping all these concepts into abstract structures, CAMP provides an
extra layer of flexibility to programs, and allow them to fully expose their
data structures at runtime.
Many applications can take advantage of CAMP, in order to automate tasks which
would otherwise require a huge amount of work. For example, CAMP can be used
to expose and edit objects' attributes into a graphical user interface. It can
also be used to do automatic binding of C++ classes to script languages such as
Python or Lua.
Another possible application would be the serialization of objects to XML, text
or binary formats. Or you can even combine all these examples to provide a
powerful and consistent interface for manipulating your objects outside C++
code.
libcantorlibs28abi1t64
interface for mathematical applications - shared library
Cantor is an application to allow you to you use your favorite mathematical
applications from within an elegant worksheet interface. It provides dialogs
to assist with common tasks and allows you to share your worksheets
with others.
libcdd0t64
Library for calculations with convex polytopes, runtime
The cddlib library is a C library for manipulating general convex
polyhedra. It supports converting between the system of linear
inequalities representation and a vertices and extreme rays
representation of a polyhedron, and also supports solving linear
programming problems.