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

libbsd

Utility functions from BSD systems

This library provides useful functions commonly found on BSD systems, and lacking on others like GNU systems, thus making it easier to port projects with strong BSD origins, without needing to embed the same code over and over again on each project.

Installation

Install the latest version of libbsd as follows:

guix install libbsd

Or install a particular version:

guix install libbsd@0.11.7

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.