@hackage cborg0.2.10.0
Concise Binary Object Representation (CBOR)
Categories
License
BSD-3-Clause
Maintainer
duncan@community.haskell.org, ben@smart-cactus.org
Links
Versions
Installation
Tested Compilers
Dependencies (13)
- array >=0.4 && <0.6
- base >=4.11 && <4.22
- bytestring >=0.10.4 && <0.13
- containers >=0.5 && <0.8
- deepseq >=1.0 && <1.6
- fail >=4.9 && <4.10 Show all…
Dependents (98)
@cardano/ouroboros-network, @cardano/ouroboros-consensus-diffusion, @cardano/cardano-prelude, @cardano/cardano-slotting, @cardano/ouroboros-consensus-byron, @cardano/cardano-data, Show all…
Package Flags
optimize-gmp
(on by default)
Use optimized code paths for integer-gmp
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.