libcbor
The C library for parsing and generating CBOR
CBOR is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.
- Versions: 0.11.0
- Website: https://github.com/PJK/libcbor
- Licenses: Expat
- Package source: gnu/packages/compression.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of libcbor
as follows:
guix install libcbor
Or install a particular version:
guix install libcbor@0.11.0
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
HTML: <a href='http://127.0.0.1:3000/packages/libcbor/'><img src='http://127.0.0.1:3000/packages/libcbor/badges/latest-version.svg'></img></a> Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/libcbor/badges/latest-version.svg)](http://127.0.0.1:3000/packages/libcbor/) Org: [[http://127.0.0.1:3000/packages/libcbor/][http://127.0.0.1:3000/packages/libcbor/badges/latest-version.svg]]