package cbor

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

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-cbor-0.2.tar.gz
md5=3d2f106ed2e815f5eac3c5e3bf1df475

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: 08 Jul 2018

Dependencies (6)

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

Dev Dependencies (1)

  1. yojson with-test & < "2.0.0"

Used by (1)

  1. decoders-cbor

Conflicts

None