package atd
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=e8b9513971f4578d2b0a918323ca10b79008271160d8bdc61b02d43336b7a970
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
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.
Dependencies (4)
- easy-format
-
menhir
build & < "20211215"
-
jbuilder
>= "1.0+beta7"
-
ocaml
>= "4.02.3" & < "5.0"
Dev Dependencies
None
Used by (7)
-
atdgen
= "1.13.0"
-
atdj
< "2.0.0"
- melange-atdgen-codec-runtime
- openai-gym
- vecosek
-
wcs-lib
>= "2017-05-26.02"
- zephyrus
Conflicts
None