gdc-8-sparc64-linux-gnu
GNU D compiler (version 2) (cross compiler for sparc64 architecture)
libatdgen-ocaml
OCaml code generator for biniou and JSON - plugins
Atdgen is a command-line program that takes as input type definitions in
the ATD syntax and produces OCaml code suitable for data serialization
and deserialization. Two data formats are currently supported, these are
biniou and JSON.
python3-py-zipkin
Library for using Zipkin in Python
Provides a context manager/decorator along with some utilities to facilitate
the usage of Zipkin in Python applications.
r-cran-lmertest
GNU R tests in Linear Mixed Effects Models
Different kinds of tests for linear mixed effects models as implemented
in 'lme4' package are provided. The tests comprise types I - III F tests
for fixed effects, LR tests for random effects.
The package also provides the calculation of population means for fixed factors
with confidence intervals and corresponding plots. Finally the backward
elimination of non-significant effects is implemented.
registration-agent
SIP registration agent
python3-intbitset
unordered sets with ultra fast operations
The ``intbitset`` library provides a set implementation to store sorted
unsigned integers either 32-bits integers (between ``0`` and
``2**31 - 1`` or ``intbitset.__maxelem__``) or an infinite range
with fast set operations implemented via bit vectors in a *Python C
extension* for speed and reduced memory usage.