lib32gphobos2
Phobos D standard library (runtime library)
This is the Phobos standard library that comes with the D2 compiler.
libgo19
Runtime library for GNU Go applications
Library needed for GNU Go applications linked against the
shared library.
lib32go19
Runtime library for GNU Go applications (32bit)
Library needed for GNU Go applications linked against the
shared library.
libmrpt-vision2.10
Mobile Robot Programming Toolkit - vision library
The Mobile Robot Programming Toolkit (MRPT) is an extensive, cross-platform,
and open source C++ library aimed to help robotics researchers to design and
implement algorithms in the fields of Simultaneous Localization and Mapping
(SLAM), computer vision, and motion planning (obstacle avoidance).
indi-avalon
INDI driver for Avalon Instruments mounts
This package contains the INDI driver for Avalon Instruments mounts
with StarGO control.
python3-immutabledict
immutable wrapper around dictionaries (fork of frozendict)
Immutabledict implements the complete mapping interface and can be
used as a drop-in replacement for dictionaries where immutability is
desired. The immutabledict constructor mimics dict, and all of the
expected interfaces (iter, len, repr, hash, getitem) are provided. Note
that an immutabledict does not guarantee the immutability of its values,
so the utility of hash method is restricted by usage.