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.
- Versions: 0.11.7
- Website: https://libbsd.freedesktop.org/wiki/
- Licenses: Expat · FreeBSD · ISC · Modified BSD · non-copyleft · Original BSD · Public Domain
- Package source: gnu/packages/libbsd.scm
- Builds: See build status
- Issues: See known issues
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.
Badge code
You can use the following badge to inform users of libbsd about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/libbsd'><img src='https://packages.guix.gnu.org/packages/libbsd/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/libbsd)
Example Org:
[[https://packages.guix.gnu.org/packages/libbsd][https://packages.guix.gnu.org/packages/libbsd/badges/latest-version.svg]]