cborg

Concise Binary Object Representation

Version on this page:0.2.0.0@rev:2
LTS Haskell 22.17:0.2.10.0
Stackage Nightly 2024-04-18:0.2.10.0
Latest on Hackage:0.2.10.0

See all snapshots cborg appears in

BSD-3-Clause licensed by Duncan Coutts
This version can be pinned in stack with:cborg-0.2.0.0@sha256:f478e36b61891f069f8db23d44312b06ce7f51297c99fd2f44ced5f8173635ba,3154
Used by 1 package in nightly-2018-09-16(full list with versions):

This package (formerly binary-serialise-cbor) 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.