gcc-13-plugin-dev-arc-linux-gnu
Files for GNU GCC plugin development.
This package contains (header) files for GNU GCC plugin development. It
is only used for the development of GCC plugins, but not needed to run
plugins.
gcc-13-plugin-dev-alpha-linux-gnu
Files for GNU GCC plugin development.
This package contains (header) files for GNU GCC plugin development. It
is only used for the development of GCC plugins, but not needed to run
plugins.
gcc-13-multilib-x86-64-linux-gnux32
GNU C compiler (multilib support) (cross compiler for x32 architecture)
This is the GNU C compiler, a fairly portable optimizing compiler for C.
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.
node-topojson
Node.js extension of GeoJSON that encodes topology
node-topojson is an extension of GeoJSON that encodes topology. Rather than
representing geometries discretely, geometries in TopoJSON files are stitched
together from shared line segments called *arcs*. TopoJSON eliminates
redundancy, offering much more compact representations of geometry than with
GeoJSON; typical TopoJSON files are 80% smaller than their GeoJSON
equivalents. In addition, TopoJSON facilitates applications that use topology.
python3.12-examples
Examples for the Python language (v3.12)
Examples, Demos and Tools for Python (v3.12). These are files included in
the upstream Python distribution (v3.12).