package atdgen-runtime

  1. Overview
  2. Docs
Runtime library for code generated by atdgen.

Install

Dune Dependency

Authors

Maintainers

Sources

1.13.0.tar.gz
md5=da11b6157d5674e2d27cfd401eb8003a

Description

Published: 27 May 2018

README

README.md

ATD stands for Adaptable Type Definitions. It is a syntax for defining cross-language data types. It is used as input to generate efficient serializers, deserializers and validators. The current target languages are OCaml and Java.

The following opam packages are provided by the atd project:

  • atdgen: executable that generates OCaml code dealing with JSON and biniou data formats

  • atdj: executable that generates Java code dealing with JSON

  • atd: library for parsing atd files used by code generators

Documentation

The ATD language and its OCaml library were originally designed and implemented at MyLife by Martin Jambon. We distribute the source code under the terms of a BSD license.

Contribution guidelines

Dependencies (4)

  1. yojson >= "1.2.1" & < "2.0.0"
  2. biniou >= "1.0.6"
  3. jbuilder >= "1.0+beta17"
  4. ocaml >= "4.02.3"

Dev Dependencies

None

Conflicts

None