package camlon

  1. Overview
  2. Docs
Caml Object Notion, parsing and printing OCaml like data expressions

Install

Dune Dependency

Authors

Maintainers

Sources

camlon-3.0.0.tar.bz2
md5=c461a5ba4be7fb94b2c7365dd7bc56e9

Description

CamlON is JSON in OCaml, a tree like data type structure with OCaml values' look and feel. The library provides the data type and its parser and printer.

Published: 13 May 2020

README

CamlON: Caml Object Notion

CamlON is JSON in OCaml, a tree like data type structure with OCaml values' look and feel.

License

CamlON contains module sources from OCaml compiler. Therefore its license follows the one of "the OCaml Core System": GNU Lesser General Public License (LGPL) version 2.1 (included below) with a special linking exception. See the file LICENSE for more details.

Dependencies (2)

  1. dune >= "2.0" & < "3.0"
  2. ocaml >= "4.08.0"

Dev Dependencies

None

Used by (3)

  1. dune_watch >= "0.1.0"
  2. opamfind
  3. scaml < "1.5.0"

Conflicts

None