• en

atdgen 1.3.1

Homepage https://github.com/mjambon/atdgen
Maintainer contact@ocamlpro.com
Dependencies
& atd >= 1.1.0
biniou
ocamlfind
yojson
Published Jan 19, 2014
Source [http] http://mjambon.com/releases/atdgen/atdgen-1.3.1.tar.gz
d174594241bf9dc934ad57e684e0203e
Edit https://github.com/ocaml/opam-repository/tree/master/packages/atdgen/atdgen.1.3.1/opam

Generates efficient JSON serializers, deserializers and validators

Atdgen is a command-line program that takes as input type definitions in the ATD syntax and produces OCaml code suitable for data serialization and deserialization.

Two data formats are currently supported, these are biniou and JSON. Atdgen-biniou and Atdgen-json will refer to Atdgen used in one context or the other.

Atdgen was designed with efficiency and durability in mind. Software authors are encouraged to use Atdgen directly and to write tools that may reuse part of Atdgen’s source code.