deriving
deriving functions from type declarations in OCaml (devt files)
Install
- All systems
-
curl cmd.cat/deriving.sh
- Debian
-
apt-get install libderiving-ocaml-dev
- Ubuntu
-
apt-get install libderiving-ocaml-dev
- Fedora
-
dnf install libderiving-ocaml-dev
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libderiving-ocaml-dev
- Raspbian
-
apt-get install libderiving-ocaml-dev
- Dockerfile
- dockerfile.run/deriving
libderiving-ocaml-dev
deriving functions from type declarations in OCaml (devt files)
Camlp4 extension to OCaml for deriving functions from type declarations. Includes derivers for pretty-printing, type-safe marshalling with structure-sharing, dynamic typing, equality, and more.