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

[Last Documentation]

  • Data
    • Binary
      • Data.Binary.CBOR
    • Data.CBOR

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.7), 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-03-14T04:45:35Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2410 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-18 [all 7 reports]

Readme for CBOR-0.1.0.0

[back to package description]

CBOR

Haskell encoder/decoder for CBOR encoding.

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