CBOR: Encode/Decode values to/from CBOR

[ data, lgpl, library ] [ Propose Tags ]

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!


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1
Dependencies base (>=4.6 && <5), binary (>=0.6), binary-bits (>=0.3), bytestring (>=0.10), data-binary-ieee754 (>=0.4) [details]
License LGPL-3.0-only
Author R. Kyle Murphy
Maintainer orclev@gmail.com
Category Data
Home page https://github.com/orclev/CBOR
Source repo head: git clone https://github.com/orclev/CBOR.git
Uploaded by KyleMurphy at 2014-07-24T04:38:49Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2403 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for CBOR-0.1.0.1

[back to package description]

CBOR

Hackage Version

Haskell encoder/decoder for CBOR encoding. Now on Hackage.

See http://tools.ietf.org/html/rfc7049 for details.