This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/libhx/badges/latest-version.svg)](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]]