safe_camlp4
management tool for OCaml libraries
Install
- All systems
-
curl cmd.cat/safe_camlp4.sh
- Debian
-
apt-get install ocaml-findlib
- Ubuntu
-
apt-get install ocaml-findlib
- Alpine
-
apk add ocaml-findlib
- Arch Linux
-
pacman -S ocaml-findlib
- Kali Linux
-
apt-get install ocaml-findlib
- CentOS
-
yum install ocaml-findlib
- Fedora
-
dnf install ocaml-findlib
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ocaml-findlib
- OS X
-
brew install ocaml-findlib
- Raspbian
-
apt-get install ocaml-findlib
- Dockerfile
- dockerfile.run/safe_camlp4
- Docker
-
docker run cmd.cat/safe_camlp4 safe_camlp4
powered by Commando
ocaml-findlib
management tool for OCaml libraries
The "findlib" OCaml library provides a scheme to manage reusable software components (packages), and includes tools that support this scheme. Packages are collections of OCaml modules for which metainformation can be stored. The packages are kept in the filesystem hierarchy, but with strict directory structure. The library contains functions to look the directory up that stores a package, to query metainformation about a package, and to retrieve dependency information about multiple packages. This package contains a tool (ocamlfind) that allows the user to enter queries on the command-line. In order to simplify compilation and linkage, there are new frontends, all driven by ocamlfind, for the various OCaml compilers that can directly deal with packages.