ocamlify

include files in OCaml code

Install

All systems
curl cmd.cat/ocamlify.sh
Debian Debian
apt-get install ocamlify
Ubuntu
apt-get install ocamlify
image/svg+xml Kali Linux
apt-get install ocamlify
Fedora
dnf install ocamlify
Windows (WSL2)
sudo apt-get update sudo apt-get install ocamlify
Raspbian
apt-get install ocamlify

ocamlify

include files in OCaml code

This program allows one to copy files inside OCaml code. It uses a first file that describes the other files that must be included and the type of OCaml variable it should create. It can also describe dependencies to other files, in order to generate .depends files for make.