libhx
C library with common data structures and functions
This is a C library (with some C++ bindings available) that provides data structures and functions commonly needed, such as maps, deques, linked lists, string formatting and autoresizing, option and config file parsing, type checking casts and more.
- Versions: 4.9
- Website: https://inai.de/projects/libhx/
- Licenses: LGPL 2.1+
- Package source: gnu/packages/c.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of libhx
as follows:
guix install libhx
Or install a particular version:
guix install libhx@4.9
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of libhx about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/libhx'><img src='https://packages.guix.gnu.org/packages/libhx/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/libhx)
Example Org:
[[https://packages.guix.gnu.org/packages/libhx][https://packages.guix.gnu.org/packages/libhx/badges/latest-version.svg]]