camlp5o

Pre Processor Pretty Printer for OCaml - classical version

Install

All systems
curl cmd.cat/camlp5o.sh
Debian Debian
apt-get install camlp5
Ubuntu
apt-get install camlp5
Arch Arch Linux
pacman -S camlp5
image/svg+xml Kali Linux
apt-get install camlp5
Fedora
dnf install ocaml-camlp5-devel
Windows (WSL2)
sudo apt-get update sudo apt-get install camlp5
OS X
brew install camlp5
Raspbian
apt-get install camlp5

camlp5

Pre Processor Pretty Printer for OCaml - classical version

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 "classical" version of CamlP4 executables and libraries for pre-processing and pretty-printing OCaml sources both interactively and in a batch fashion. The "classical" version is the implementation of CamlP4 which used to be distributed with OCaml before the release of version 3.10.

ocaml-camlp5-devel

Development files for ocaml-camlp5