libpyml-ocaml
OCaml bindings for Python (runtime)
py.ml provides OCaml bindings for Python. This library subsumes the
pycaml library. Bindings are split in three modules:
* Py provides the initialization functions and some high-level
bindings, with error handling and naming conventions closer to
OCaml usages;
* Pycaml provides a signature close to the old Pycaml module, so as
to ease migration;
* Pywrappers provides low-level bindings, which follow closely the
conventions of the C bindings for Python. Submodules
Pywrappers.Python2 and Pywrappers.Python3 contain version-specific
bindings.
rename
Perl extension for renaming multiple files
This package provides both a perl interface for renaming files (File::Rename)
and a command line tool 'file-rename' which is intended to replace the version
that used to be supplied by the perl package.
clang-tidy-18
clang-based C++ linter tool
Provide an extensible framework for diagnosing and fixing typical programming
errors, like style violations, interface misuse, or bugs that can be deduced
via static analysis. clang-tidy is modular and provides a convenient interface
for writing new checks.
python3-coda
Python3 interface for CODA science formats library
The Common Data Access framework allows reading of scientific data
from various data formats, including structured ascii, structured binary, XML,
netCDF, CDF, HDF4, HDF5, GRIB, RINEX and SP3. It provides a single consistent
hierarchical view on data independent of the underlying storage format.
python3-sptag
Python distributed approximate nearest neighborhood search (ANN)
A distributed approximate nearest neighborhood search (ANN) library
which provides a high quality vector index build, search and
distributed online serving toolkits for large scale vector search
scenario.