package cbor

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

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-cbor-0.4.tar.gz
md5=205a9b1f06919a6605afb5b72070a6fb
sha256=d316fb000a4360bf02636a05047d82e1793c9eedd61e8c0083f72cd3575f1907
sha512=b9af310a0197b4e99385bc1aa324bfb64ae221d3023029f5c23f08c714b866d96760f3c23ca4713f2fe83ce2360e9afb69eccd5af5a15172a76830e199447be1

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: 02 Feb 2021

README

OCaml native CBOR decoder/encoder

References

Dependencies (4)

  1. ocplib-endian >= "0.6"
  2. base-bytes
  3. dune >= "1.1"
  4. ocaml >= "4.00.0"

Dev Dependencies (1)

  1. yojson with-test & >= "1.6"

Used by (1)

  1. decoders-cbor

Conflicts

None