atdgen-cppo

OCaml code generator for biniou and JSON - executable and dev files

Install

All systems
curl cmd.cat/atdgen-cppo.sh
Debian Debian
apt-get install libatdgen-ocaml-dev
Ubuntu
apt-get install libatdgen-ocaml-dev
image/svg+xml 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

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.