camlmix
preprocessor which converts text with embedded OCaml
Install
- All systems
-
curl cmd.cat/camlmix.sh
- Debian
-
apt-get install camlmix - Ubuntu
-
apt-get install camlmix - Kali Linux
-
apt-get install camlmix - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install camlmix - Raspbian
-
apt-get install camlmix
camlmix
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 '##= ... ##'.