package cbor

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

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-cbor-0.5.tar.gz
md5=f2897047d4f2f8ad770b6a37c1b05d51
sha256=e26a66fdfbfd5f9b854503bc5ea0613a9c58c19ade12d2777b123037a62e94a3
sha512=13e3c019f620fc069c6dd0b940053b6ab48f3dd1eea7defd40542b6e253017d3fc99756a2c2f314e7425904a4dd9901d54b305019fcbc54e9917ed0789524b2a

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: 23 Oct 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.07.0"

Dev Dependencies (1)

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

Conflicts

None