guile-cbor 0.1.0
Guile implementation of CBOR
The Concise Binary Object Representation (CBOR), as specified by RFC 8949, is a binary data serialization format. CBOR is similar to JSON but serializes to binary which is smaller and faster to generate and parse. This package provides a Guile implementation of CBOR.
- Outputs:
out
- Website: https://codeberg.org/pukkamustard/guile-cbor/
- Licenses: GPL 3+
- Package source: gnu/packages/guile-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install guile-cbor 0.1.0
as follows:
guix install guile-cbor@0.1.0
Or install the latest version:
guix install guile-cbor
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.