CBOR

Encode/Decode values to/from CBOR

https://github.com/orclev/CBOR

Latest on Hackage:0.1.0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

LGPL-3.0-only licensed by R. Kyle Murphy
Maintained by [email protected]

Provides a simple type to represent CBOR values as well as instances of the Get and Put classes from the binary package to encode/decode those values to/from ByteStrings. N.B. Alpha, interface subject to change!