How to Install camlmix in Ubuntu 18.04



Install camlmix by entering the following commands in the terminal:

sudo apt update
sudo apt install camlmix

Description:

preprocessor which converts text with embedded OCaml

Camlmix is a generic preprocessor which converts text with embedded OCaml into an OCaml program with embedded text. It produces text documents from one or several templates. OCaml toplevel statements are inserted between '## ... ##', and OCaml string expressions between '##= ... ##'.

Homepage: http://mjambon.com/camlmix/

Version: 1.3.1-3build2

Section: universe/ocaml