package orsetto

  1. Overview
  2. Docs
A library of assorted structured data interchange languages

Install

Dune Dependency

Authors

Maintainers

Sources

r1.1.1.tar.gz
md5=7346293aa013c2a8974c6fb7c521166a

Description

Orsetto is a standalone library comprising a core toolkit...

- Core functional data structures and processes.
- Unicode transport, normalization, parsing and formatting.
- General purpose packet format encoder-decoder processes.

...used to implement streaming parsers and formatters for a useful variety of structured data interchange languages...

- JavaScript Object Notation (JSON).
- Concise Binary Object Representation (CBOR).
- DjB's 64-bit Temps Atomique International (TAI64).
- Base-64 and Base-32 binary data encodings.
- Uniform Resource Identifier (URI).

...and other languages as need and opportunity arise.

Dependencies (4)

  1. uucd build & = "14.0.0"
  2. omake build & >= "0.10.3"
  3. conjury build & >= "2.0.1" & < "3.0~"
  4. ocaml >= "4.08.1" & < "5.0~"

Dev Dependencies (1)

  1. ounit2 build & with-test & >= "2.2"

Used by

None

Conflicts

None