How to Install cppo in Ubuntu 18.04



Install cppo by entering the following commands in the terminal:

sudo apt update
sudo apt install cppo

Description:

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.

Homepage: https://github.com/mjambon/cppo

Version: 1.5.0-2build2

Section: universe/ocaml