cppo
cpp for OCaml
Install
- All systems
-
curl cmd.cat/cppo.sh
- Debian
-
apt-get install cppo
- Ubuntu
-
apt-get install cppo
- Arch Linux
-
pacman -S cppo
- Kali Linux
-
apt-get install cppo
- Fedora
-
dnf install cppo
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install cppo
- Raspbian
-
apt-get install cppo
- Dockerfile
- dockerfile.run/cppo
cppo
cpp for OCaml
Cppo is an OCaml-friendly implementation of cpp, the C preprocessor. It can replace camlp4 for preprocessing OCaml files, using cpp style and syntax. It allows defining simple macros and file inclusion.