package camlon

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

Install

Dune Dependency

Authors

Maintainers

Sources

camlon-2.0.2.tar.bz2
md5=9f41f1f9a5020674d7f74372e98dbcfb

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: 22 May 2018

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. jbuilder >= "1.0+beta7"
  2. ocaml >= "4.03.0"

Dev Dependencies

None

Used by (3)

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

Conflicts

None