package atd

  1. Overview
  2. Docs
Parser for the ATD data format description language

Install

Dune Dependency

Authors

Maintainers

Sources

1.13.0.tar.gz
md5=da11b6157d5674e2d27cfd401eb8003a

Description

ATD is the OCaml library providing a parser for the ATD language and various utilities. ATD stands for Adjustable Type Definitions in reference to its main property of supporting annotations that allow a good fit with a variety of data formats.

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. easy-format
  2. menhir build & < "20211215"
  3. jbuilder >= "1.0+beta7"
  4. ocaml >= "4.02.3" & < "5.0"

Dev Dependencies

None

Conflicts

None