An open API service indexing awesome lists of open source software.

https://github.com/ygrek/ocaml-cbor

OCaml CBOR generic decoder/encoder, RFC 7049, http://cbor.io/
https://github.com/ygrek/ocaml-cbor

Last synced: about 2 months ago
JSON representation

OCaml CBOR generic decoder/encoder, RFC 7049, http://cbor.io/

Awesome Lists containing this project

README

        

OCaml native CBOR decoder/encoder
=================================

[![Build Status](https://github.com/ygrek/ocaml-cbor/actions/workflows/workflow.yml/badge.svg)](https://github.com/ygrek/ocaml-cbor/actions/workflows/workflow.yml)

References
----------

* [RFC 7049](https://tools.ietf.org/html/rfc7049)
* http://cbor.io/
* [CTAP2](https://fidoalliance.org/specs/fido-v2.0-ps-20190130/fido-client-to-authenticator-protocol-v2.0-ps-20190130.html#ctap2-canonical-cbor-encoding-form)