devel
Autoconf
https://www.gnu.org/software/autoconf/
Package description
Autoconf is an extensible package of M4 macros that produce shell scripts to automatically configure software source code packages. These scripts can adapt the packages to many kinds of UNIX-like systems without manual user intervention. Autoconf creates a configuration script for a package from a template file that lists the operating system features that the package can use, in the form of M4 macro calls.
Use latest version
Use specific version
Automake
https://www.gnu.org/software/automake/automake.html
Package description
Automake: GNU Standards-compliant Makefile generator
Use latest version
Use specific version
Autotools
Package description
This bundle collect the standard GNU build tools: Autoconf, Automake and libtool
Use latest version
Use specific version
Bazel
Package description
Bazel is a build tool that builds code quickly and reliably. It is used to build the majority of Google's software.
Use latest version
Use specific version
Boost
Package description
Boost provides free peer-reviewed portable C++ source libraries.
Use latest version
Use specific version
CMake
Package description
CMake, the cross-platform, open-source build system. CMake is a family of tools designed to build, test and package software.
Use latest version
Use specific version
DBus
Package description
D-Bus is a message bus system, a simple way for applications to talk to one another. In addition to interprocess communication, D-Bus helps coordinate process lifecycle; it makes it simple and reliable to code a "single instance" application or daemon, and to launch applications and daemons on demand when their services are needed.
Use latest version
Use specific version
Doxygen
Package description
Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some extent D.
Use latest version
Use specific version
GConf
https://gitlab.gnome.org/iainl/gconf
Package description
GConf is a system for storing application preferences. It is intended for user preferences; not configuration of something like Apache, or arbitrary data storage.
Use latest version
Use specific version
GObject-Introspection
https://gi.readthedocs.io/en/latest/
Package description
GObject introspection is a middleware layer between C libraries (using GObject) and language bindings. The C library can be scanned at compile time and generate a metadata file, in addition to the actual native C library. Then at runtime, language bindings can read this metadata and automatically provide bindings to call into the C library.
Use latest version
Use specific version
JUnit
http://sourceforge.net/projects/junit
Package description
A programmer-oriented testing framework for Java.
Use latest version
Use specific version
LZO
https://www.oberhumer.com/opensource/lzo/
Package description
Portable lossless data compression library
Use latest version
Use specific version
M4
https://www.gnu.org/software/m4/m4.html
Package description
GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible although it has some extensions (for example, handling more than 9 positional parameters to macros). GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.
Use latest version
Use specific version
Mako
Package description
A super-fast templating language that borrows the best ideas from the existing templating languages
Use latest version
Use specific version
PCRE
Package description
The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5.
Use latest version
Use specific version
PCRE2
Package description
The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5.
Use latest version
Use specific version
PyTorch
Package description
Tensors and Dynamic neural networks in Python with strong GPU acceleration. PyTorch is a deep learning framework that puts Python first.
Use latest version
Use specific version
PyZMQ
https://www.zeromq.org/bindings:python
Package description
Python bindings for ZeroMQ
Use latest version
Use specific version
Qt5
Package description
Qt is a comprehensive cross-platform C++ application framework.
Use latest version
Use specific version
Qt6
Package description
Qt is a comprehensive cross-platform C++ application framework.
Use latest version
Use specific version
SCons
Package description
SCons is a software construction tool.
Use latest version
Use specific version
SQLite
Package description
SQLite: SQL Database Engine in a C Library
Use latest version
Use specific version
SWIG
Package description
SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages.
Use latest version
Use specific version
Triton
Package description
Triton is a language and compiler for parallel programming. It aims to provide a Python-based programming environment for productively writing custom DNN compute kernels capable of running at maximal throughput on modern GPU hardware.
Use latest version
Use specific version
ZeroMQ
Package description
ZeroMQ looks like an embeddable networking library but acts like a concurrency framework. It gives you sockets that carry atomic messages across various transports like in-process, inter-process, TCP, and multicast. You can connect sockets N-to-N with patterns like fanout, pub-sub, task distribution, and request-reply. It's fast enough to be the fabric for clustered products. Its asynchronous I/O model gives you scalable multicore applications, built as asynchronous message-processing tasks. It has a score of language APIs and runs on most operating systems.
Use latest version
Use specific version
ant
Package description
Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications.
Use latest version
Use specific version
conan
Package description
Decentralized, open-source (MIT), C/C++ package manager.
Use latest version
Use specific version
dbus-glib
https://dbus.freedesktop.org/doc/dbus-glib
Package description
D-Bus is a message bus system, a simple way for applications to talk to one another.
Use latest version
Use specific version
flatbuffers
https://github.com/google/flatbuffers/
Package description
FlatBuffers: Memory Efficient Serialization Library Includes the Flatbuffers compiler, C/C++ bindings and Python runtime library.
Use latest version
Use specific version
flatbuffers-python
https://github.com/google/flatbuffers/
Package description
Python Flatbuffers runtime library.
Use latest version
Use specific version
gflags
https://github.com/gflags/gflags
Package description
The gflags package contains a C++ library that implements commandline flags processing. It includes built-in support for standard types such as string and the ability to define flags in the source file in which they are used.
Use latest version
Use specific version
glew
https://github.com/nigels-com/glew
Package description
The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library. GLEW provides efficient run-time mechanisms for determining which OpenGL extensions are supported on the target platform.
Use latest version
Use specific version
glog
https://github.com/google/glog
Package description
A C++ implementation of the Google logging module.
Use latest version
Use specific version
gperf
https://www.gnu.org/software/gperf/
Package description
GNU gperf is a perfect hash function generator. For a given list of strings, it produces a hash function and hash table, in form of C or C++ code, for looking up a value depending on the input string. The hash function is perfect, which means that the hash table has no collisions, and the hash table lookup needs a single string comparison only.
Use latest version
Use specific version
intltool
https://freedesktop.org/wiki/Software/intltool/
Package description
intltool is a set of tools to centralize translation of many different file formats using GNU gettext-compatible PO files.
Use latest version
Use specific version
libgit2
Package description
libgit2 is a portable, pure C implementation of the Git core methods provided as a re-entrant linkable library with a solid API, allowing you to write native speed custom Git applications in any language which supports C bindings.
Use latest version
Use specific version
make
https://www.gnu.org/software/make/make.html
Package description
GNU version of make utility
Use latest version
Use specific version
makeinfo
https://www.gnu.org/software/texinfo/
Package description
makeinfo is part of the Texinfo project, the official documentation format of the GNU project.
Use latest version
Use specific version
ncurses
https://www.gnu.org/software/ncurses/
Package description
The Ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, and more. It uses Terminfo format, supports pads and color and multiple highlights and forms characters and function-key mapping, and has all the other SYSV-curses enhancements over BSD Curses.
Use latest version
Use specific version
nsync
https://github.com/google/nsync
Package description
nsync is a C library that exports various synchronization primitives, such as mutexes
Use latest version
Use specific version
pkg-config
https://www.freedesktop.org/wiki/Software/pkg-config/
Package description
pkg-config is a helper tool used when compiling applications and libraries. It helps you insert the correct compiler options on the command line so an application can use gcc -o test test.c pkg-config --libs --cflags glib-2.0
for instance, rather than hard-coding values on where to find glib (or other libraries).
Use latest version
Use specific version
pkgconf
https://github.com/pkgconf/pkgconf
Package description
pkgconf is a program which helps to configure compiler and linker flags for development libraries. It is similar to pkg-config from freedesktop.org.
Use latest version
Use specific version
pkgconfig
https://github.com/matze/pkgconfig
Package description
pkgconfig is a Python module to interface with the pkg-config command line tool
Use latest version
Use specific version
protobuf
https://github.com/protocolbuffers/protobuf
Package description
Protocol Buffers (a.k.a., protobuf) are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.
Use latest version
Use specific version
protobuf-python
https://github.com/google/protobuf/
Package description
Python Protocol Buffers runtime library.
Use latest version
Use specific version
sparsehash
https://github.com/sparsehash/sparsehash
Package description
An extremely memory-efficient hash_map implementation. 2 bits/entry overhead! The SparseHash library contains several hash-map implementations, including implementations that optimize for space or speed.
Use latest version
Use specific version
texlive
Package description
TeX is a typesetting language. Instead of visually formatting your text, you enter your manuscript text intertwined with TeX commands in a plain text file. You then run TeX to produce formatted output, such as a PDF file. Thus, in contrast to standard word processors, your document is a separate file that does not pretend to be a representation of the final typeset output, and so can be easily edited and manipulated.
Use latest version
Use specific version
typing-extensions
https://github.com/python/typing/blob/master/typing_extensions/README.rst
Package description
Typing Extensions – Backported and Experimental Type Hints for Python
Use latest version
Use specific version
wget
https://www.gnu.org/software/wget
Package description
GNU Wget is a free software package for retrieving files using HTTP, HTTPS and FTP, the most widely-used Internet protocols. It is a non-interactive commandline tool, so it may easily be called from scripts, cron jobs, terminals without X-Windows support, etc.
Use latest version
Use specific version
xorg-macros
https://gitlab.freedesktop.org/xorg/util/macros
Package description
X.org macros utilities.