@hackage cborg0.1.1.0
Concise Binary Object Representation
Categories
License
BSD-3-Clause
Maintainer
duncan@community.haskell.org, ben@smart-cactus.org
Links
Versions
Installation
Tested Compilers
Dependencies (11)
- array >=0.4 && <0.6
- base >=4.7 && <4.13
- bytestring >=0.10.4 && <0.11
- containers >=0.5 && <0.6
- fail >=4.9 && <4.10
- ghc-prim >=0.3 && <0.6 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 (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.