package atd

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

Install

Dune Dependency

Authors

Maintainers

Sources

v1.12.0.tar.gz
md5=f85f590714edcdd4b847aa242b6c5747

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: 23 Jun 2017

README

README.md

ATD stands for Adaptable Type Definitions. It is a syntax for defining cross-language data types and it is used by atdgen for defining the type of JSON data and generating efficient serializers, deserializers and validators.

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

Dependencies (4)

  1. easy-format
  2. menhir build & < "20211215"
  3. jbuilder >= "1.0+beta7"
  4. ocaml < "5.0"

Dev Dependencies (1)

  1. atdgen with-test & < "2.10.0"

Conflicts

None