atdgen.run
OCaml code generator for biniou and JSON - executable and dev files
Install
- All systems
-
curl cmd.cat/atdgen.run.sh
- Debian
-
apt-get install libatdgen-ocaml-dev
- Ubuntu
-
apt-get install libatdgen-ocaml-dev
- Kali Linux
-
apt-get install libatdgen-ocaml-dev
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libatdgen-ocaml-dev
- Raspbian
-
apt-get install libatdgen-ocaml-dev
- Dockerfile
- dockerfile.run/atdgen.run
libatdgen-ocaml-dev
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.