About

Metadata

  • Last updated , by BenGamari
  • License BSD-3-Clause
  • Maintained by: duncan@community.haskell.org, ben@smart-cactus.org

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 9.12.1
  2. 9.10.1
  3. 9.8.1
  4. 9.6.1
  5. 9.4.2
  6. 9.2.2
  7. 9.0.1
  8. 8.10.7
  9. 8.8.3

Package Flags

Use the -f option with cabal commands to enable flags

    optimize-gmp (on by default)

    Use optimized code paths for integer-gmp

Readme

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.