cborg
Concise Binary Object Representation (CBOR)
This package provides an efficient implementation of the Concise Binary Object Representation (CBOR), as specified by [RFC 7049](https://tools.ietf.org/html/rfc7049). If you are looking for a library for serialisation of Haskell values, have a look at the [serialise](/package/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/cborg-json) package. Also see [cbor-tool](/package/cbor-tool) for a convenient command-line utility for working with CBOR data. This package was formerly known as @binary-serialise-cbor@.
- array >= 0.4 && < 0.6
- base >= 4.11 && < 4.20
- bytestring >= 0.10.4 && < 0.13
- containers >= 0.5 && < 0.8
- deepseq >= 1.0 && < 1.6
- ghc-prim >= 0.3.1.0 && < 0.12
- half >= 0.2.2.3 && < 0.4
- primitive >= 0.5 && < 0.10
- text >= 1.1 && < 1.3 || >= 2.0 && <2.2
- ghc-bignum >= 1.0 && < 2.0
- integer-gmp >= 1.0 && < 2.0
- fail == 4.9.*
- semigroups >= 0.18 && < 0.21
- 0.2.10.0
- 0.2.9.0
- 0.2.8.0
- 0.2.7.0
- 0.2.6.0
- 0.2.5.0
- 0.2.4.0
- 0.2.3.0
- 0.2.2.1
- 0.2.2.0
- 0.2.1.0
- 0.2.0.0
- 0.1.1.0