Source: ocaml-atd Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Hendrik Tews Build-Depends: dune (>= 1.6.2), opam, ocaml-nox (>= 3.11.1-3~), ocaml-best-compilers, ocaml-findlib, dh-ocaml (>= 0.9~), debhelper (>= 11), menhir, libeasy-format-ocaml-dev, hevea, camlmix, libfindlib-ocaml-dev, libcaml2html-ocaml-dev, libbiniou-ocaml-dev (>= 1.0.6), libyojson-ocaml-dev, default-jdk-headless, Standards-Version: 4.1.4 Homepage: https://github.com/mjambon/atd Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-atd.git Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-atd Package: libatd-ocaml-dev Architecture: any Depends: ${ocaml:Depends}, ${misc:Depends}, ${shlibs:Depends} Provides: ${ocaml:Provides} Recommends: ocaml-findlib Description: syntax for cross-language data types in OCaml - development files ATD stands for Adjustable Type Definitions. It is a type definition language designed to accommodate a variety of programming languages and data formats by the means of target-specific annotations. It supports sum types, parametrized types and inheritance. The library provides a parser and other tools useful for manipulating ATD type definitions. . This package contains the development files needed for programming with the library. Package: libatd-ocaml Architecture: any Depends: ${ocaml:Depends}, ${misc:Depends}, ${shlibs:Depends} Provides: ${ocaml:Provides} Recommends: ocaml-findlib Description: syntax for cross-language data types in OCaml - plugins ATD stands for Adjustable Type Definitions. It is a type definition language designed to accommodate a variety of programming languages and data formats by the means of target-specific annotations. It supports sum types, parametrized types and inheritance. The library provides a parser and other tools useful for manipulating ATD type definitions. . This package contains the shared runtime libraries and plugins. Package: libatdgen-ocaml-dev Architecture: any Depends: ${ocaml:Depends}, ${misc:Depends}, ${shlibs:Depends} Provides: ${ocaml:Provides} Recommends: ocaml-findlib Description: OCaml code generator for biniou and JSON - executable and dev files 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. . This package contains the adtgen executable and the files necessary for programming with the library. Package: libatdgen-ocaml Architecture: any Depends: ${ocaml:Depends}, ${misc:Depends}, ${shlibs:Depends} Provides: ${ocaml:Provides} Recommends: ocaml-findlib Description: OCaml code generator for biniou and JSON - plugins 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. . This package contains the shared runtime libraries (plugin).