debian-installer-12-netboot-armel
Debian-installer network boot images for armel
This package contains images of the Debian Installer for the armel
architecture.
liblanguage-detector-java
Language Detection Library for Java
This software uses language profiles which were created based on common text
for each language. N-grams, a contiguous sequence of n items from a given
sample of text, were then extracted from that text and stored in the profiles.
When trying to figure out in what language a certain text is written, the
program goes through the same process: It creates the same kind of n-grams of
the input text. Then it compares the relative frequency of them, and finds the
language that matches best. Currently 71 languages are supported.
libstarpu-contrib-1.3-9
Task scheduler for heterogeneous multicore machines
StarPU is a runtime system that offers support for heterogeneous
multicore machines. While many efforts are devoted to design efficient
computation kernels for those architectures (e.g. to implement BLAS
kernels on GPUs or on Cell's SPUs), StarPU not only takes care of
offloading such kernels (and implementing data coherency across
the machine), but it also makes sure the kernels are executed as
efficiently as possible.
libpari-gmp-tls8
PARI/GP Computer Algebra System shared library
PARI/GP is a widely used computer algebra system designed for fast
computations in number theory (factorizations, algebraic number theory,
elliptic curves...), but also contains a large number of other useful
functions to compute with mathematical entities such as matrices,
polynomials, power series, algebraic numbers etc., and a lot of
transcendental functions. PARI is also available as a C library to allow
for faster computations.
php8.2-fpm
server-side, HTML-embedded scripting language (FPM-CGI binary)
This package provides the Fast Process Manager interpreter that runs
as a daemon and receives Fast/CGI requests. Note that MOST Apache users
probably want the libapache2-mod-php8.2 package.
python3-phx-class-registry
Module to define global factories and service registries
At the intersection of the Registry and Factory patterns lies the
ClassRegistry.