mkcamlp4
Pre Processor Pretty Printer for OCaml
Install
- All systems
-
curl cmd.cat/mkcamlp4.sh
- Debian
-
apt-get install camlp4
- Ubuntu
-
apt-get install camlp4
- Alpine
-
apk add camlp4
- Arch Linux
-
pacman -S camlp4
- Kali Linux
-
apt-get install camlp4
- CentOS
-
yum install ocaml-camlp4-devel
- Fedora
-
dnf install ocaml-camlp4-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install camlp4
- OS X
-
brew install camlp4
- Raspbian
-
apt-get install camlp4
- Dockerfile
- dockerfile.run/mkcamlp4
- Docker
-
docker run cmd.cat/mkcamlp4 mkcamlp4
powered by Commando
camlp4
Pre Processor Pretty Printer for OCaml
Objective Caml (OCaml) is an implementation of the ML language, based on the Caml Light dialect extended with a complete class-based object system and a powerful module system in the style of Standard ML. CamlP4 is a Pre-Processor-Pretty-Printer for Objective Caml. It offers tools for syntax (Stream Parsers and Grammars) and the ability to modify the concrete syntax of the language (Quotations, Syntax Extensions). This package contains the basic CamlP4 executables and libraries for pre-processing and pretty-printing OCaml sources both interactively and in a batch fashion.