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

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.

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.