package atdgen

  1. Overview
  2. Docs
Generates efficient JSON serializers, deserializers and validators

Install

Dune Dependency

Authors

Maintainers

Sources

v1.10.2.tar.gz
md5=ef5423937f2111296e75cb7f42035cca

Description

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.

Published: 17 May 2017

README

README.md

Atdgen uses type definitions in the ATD syntax and generates efficient JSON serializers, deserializers and validators for OCaml.

Installation

$ opam install atdgen

Documentation

https://mjambon.github.io/atdgen-doc/

How to contribute

See https://github.com/mjambon/documents/blob/master/how-to-contribute.md