BSD-3-Clause licensed by Duncan Coutts
This version can be pinned in stack with:cborg-0.2.10.0@sha256:a52224590aca5c992a5ca0c6713439587076ad1f9c8e04ce2dca7ba2026e3654,5406

This package provides an efficient implementation of the Concise Binary Object Representation (CBOR), as specified by RFC 7049.

If you are looking for a library for serialisation of Haskell values, have a look at the serialise package, which is built upon this library.

An implementation of the standard bijection between CBOR and JSON is provided by the cborg-json package. Also see cbor-tool for a convenient command-line utility for working with CBOR data.

This package was formerly known as binary-serialise-cbor.

Changes