camlp4of.opt
Pre-Processor-Pretty-Printer for OCaml
Install
- All systems
-
curl cmd.cat/camlp4of.opt.sh
- Debian
-
apt-get install camlp4-extra
- Ubuntu
-
apt-get install camlp4-extra
- 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-extra
- OS X
-
brew install camlp4
- Raspbian
-
apt-get install camlp4-extra
- Dockerfile
- dockerfile.run/camlp4of.opt
- Docker
-
docker run cmd.cat/camlp4of.opt camlp4of.opt
powered by Commando
ocaml-camlp4-devel
Pre-Processor-Pretty-Printer for OCaml
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.
camlp4-extra
Pre Processor Pretty Printer for OCaml - extras
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 pre-linked executables and libraries for pre-processing and pretty-printing OCaml sources out of the box for various common needs.