| [glibc](https://www.gnu.org/software/libc/) | The Glibc package contains the main C library. This library provides the basic routines for allocating memory, searching directories, opening and closing files, reading and writing files, string handling, pattern matching, arithmetic, and so on. |
| [GLM](https://github.com/g-truc/glm) | OpenGL Mathematics (GLM) is a header only C++ mathematics library for graphics software based on the OpenGL Shading Language (GLSL) specifications. |
| [HyperLoom](https://code.it4i.cz/ADAS/loom) | Framework for distributed task execution |
| [ICU](http://site.icu-project.org/home) | ICU is a mature, widely used set of C/C++ and Java libraries providing Unicode and Globalization support for software applications. |
| [isort](https://github.com/timothycrosley/isort) | isort is a Python utility / library to sort imports alphabetically, and automatically separated into sections. It provides a command line utility, Python library and plugins for various editors to quickly sort all your imports. |
| [libarchive](https://www.libarchive.org/) | Multi-format archive and compression library |
| [libdrm](http://dri.freedesktop.org) | Direct Rendering Manager runtime library. |