cborg: Concise Binary Object Representation (CBOR)
This package 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.
An implementation of the standard bijection between CBOR and JSON is provided by the cborg-json package. Also see cbor-tool for a convenient command-line utility for working with CBOR data.
This package was formerly known as binary-serialise-cbor
.
Modules
[Index] [Quick Jump]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
optimize-gmp | Use optimized code paths for integer-gmp | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- cborg-0.2.2.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.1.0, 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.2.2.1, 0.2.3.0, 0.2.4.0, 0.2.5.0, 0.2.6.0, 0.2.7.0, 0.2.8.0, 0.2.9.0, 0.2.10.0 |
---|---|
Change log | ChangeLog.md |
Dependencies | array (>=0.4 && <0.6), base (>=4.7 && <5.0), bytestring (>=0.10.4 && <0.11), containers (>=0.5 && <0.7), deepseq (>=1.0 && <1.5), fail (>=4.9 && <4.10), ghc-prim (>=0.3.1.0 && <0.6), half (>=0.2.2.3 && <0.4), integer-gmp, primitive (>=0.5 && <0.7.1.0), semigroups (>=0.18 && <0.20), text (>=1.1 && <1.3) [details] |
Tested with | ghc ==7.8.4, ghc ==7.10.3, ghc ==8.0.2, ghc ==8.2.2, ghc ==8.4.4, ghc ==8.6.5, ghc ==8.8.1 |
License | BSD-3-Clause |
Copyright | 2015-2019 Duncan Coutts, 2015-2019 Well-Typed LLP, 2015 IRIS Connect Ltd |
Author | Duncan Coutts |
Maintainer | duncan@community.haskell.org, ben@smart-cactus.org |
Revised | Revision 1 made by BenGamari at 2020-06-30T20:02:25Z |
Category | Codec |
Bug tracker | https://github.com/well-typed/cborg/issues |
Source repo | head: git clone https://github.com/well-typed/cborg.git |
Uploaded | by DuncanCoutts at 2019-07-31T09:29:54Z |
Distributions | Arch:0.2.9.0, Debian:0.2.4.0, Fedora:0.2.9.0, LTSHaskell:0.2.10.0, NixOS:0.2.10.0, Stackage:0.2.10.0, openSUSE:0.2.10.0 |
Reverse Dependencies | 17 direct, 2005 indirect [details] |
Downloads | 35854 total (322 in the last 30 days) |
Rating | 2.5 (votes: 6) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2019-07-31 [all 1 reports] |