ocamlmod
generate OCaml modules from source files
Install
- All systems
-
curl cmd.cat/ocamlmod.sh
- Debian
-
apt-get install ocamlmod
- Ubuntu
-
apt-get install ocamlmod
- Kali Linux
-
apt-get install ocamlmod
- Fedora
-
dnf install ocamlmod
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ocamlmod
- Raspbian
-
apt-get install ocamlmod
- Dockerfile
- dockerfile.run/ocamlmod
ocamlmod
generate OCaml modules from source files
Pack a set of OCaml source files into a single file preserving module names. It also allows one to exclude certain parts of the file.