package cbor

  1. Overview
  2. Docs
CBOR encoder/decoder (RFC 7049) - native OCaml implementation

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-cbor-0.1.tar.gz
md5=5ff56aa9395808ef27d65685965a41d2

Description

The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation.

Tags

org:ygrek

Published: 11 Jul 2014

Dependencies (6)

  1. ocamlbuild build
  2. oasis >= "0.4.0"
  3. ocplib-endian >= "0.6"
  4. base-bytes
  5. ocamlfind build
  6. ocaml >= "4.00.0" & < "4.06.0"

Dev Dependencies (1)

  1. yojson with-test

Used by (1)

  1. decoders-cbor

Conflicts

None