ocamlify
include files in OCaml code
Install
- All systems
-
curl cmd.cat/ocamlify.sh
- Debian
-
apt-get install ocamlify
- Ubuntu
-
apt-get install ocamlify
- 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
- Dockerfile
- dockerfile.run/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.