This is a staging site. Uploads will not persist. Testing only.
libace-xtreactor-8.0.2
ACE-GUI reactor integration for Xt
Recognizing the need to write reactor-based GUI applications, the ACE
community has created several reactor extensions for use with X
Window System. Each of these extends the ACE_Select_Reactor to work
with a specific toolkit. By using these reactors, your GUI
application can remain single threaded yet still respond to both GUI
events, such as button presses, and your own application events.
gap-anupq
GAP ANUPQ - ANU p-Quotient
GAP is a system for computational discrete algebra, with particular emphasis
on Computational Group Theory. GAP provides a programming language, a library
of thousands of functions implementing algebraic algorithms written in the GAP
language as well as large data libraries of algebraic objects. GAP is used in
research and teaching for studying groups and their representations, rings,
vector spaces, algebras, combinatorial structures, and more.
lua-lsqlite3
Lua wrapper for the SQLite3 library
LuaSQLite 3 is a thin wrapper around the public domain SQLite3 database engine.
The lsqlite3 module supports the creation and manipulation of SQLite3
databases. Most sqlite3 functions are called via an object-oriented interface
to either database or SQL statement objects.
libmuparserx4.0.12
mathematical expression parser library
The evaluation of a mathematical expression is a standard task required in
many applications. It can be solved by either using a standard math expression
parser such as muparser or by embedding a scripting language such as Lua. There
are however some limitations: Although muparser is pretty fast it will only
work with scalar values and although Lua is very flexible it does neither
support binary operators for arrays nor complex numbers. So if you need a math
expression parser with support for arrays, matrices and strings muparserx may
be able to help you. It was originally based on the original muparser engine
but has since evolved into a standalone project with a completely new parsing
engine.
libacexml-8.0.2
ACE SAX based XML parsing library
This package provides interfaces for XML parsing based on Simple API
for XML (SAX) 2.0, defined by David Megginson. This is an
event-driven parsing approach.
libkokyu-8.0.2
ACE scheduling and dispatching library
Kokyu is a library designed to provide flexible scheduling and
dispatching services.