package cborl

  1. Overview
  2. No Docs
CBOR library

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-cborl-v0.1.0.tar.gz
md5=855106fd1a3bed94af232eb168a51fd0
sha256=b065f4fb7961b8f7fbcffe0ee1cd8c7cfdd447b200a81e908fee00e73096a1e5

Description

The Concise Binary Object Representation (CBOR), as specified by RFC 8949, is a binary data serialization format. CBOR is similar to JSON but serializes to binary which is smaller and faster to generate and parse. This package provides an OCaml implementation of CBOR.

Published: 04 Aug 2022

Dependencies (4)

  1. fmt >= "0.8.7"
  2. zarith >= "1.12"
  3. ocaml >= "4.14.0"
  4. dune >= "3.2"

Dev Dependencies (4)

  1. odoc with-doc
  2. qcheck-alcotest with-test
  3. qcheck with-test
  4. alcotest with-test

Used by

None

Conflicts

None