libcbor 0.11.0
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.
- Outputs:
out
- Website: https://github.com/PJK/libcbor
- Licenses: Expat
- Package source: gnu/packages/compression.scm
- Builds: See build status
- Issues: See known issues
Installation
Install libcbor 0.11.0
as follows:
guix install libcbor@0.11.0
Or install the latest version:
guix install libcbor
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.