ocamlfind_opt

management tool for OCaml libraries

Install

All systems
curl cmd.cat/ocamlfind_opt.sh
Debian Debian
apt-get install ocaml-findlib
Ubuntu
apt-get install ocaml-findlib
Alpine
apk add ocaml-findlib
Arch Arch Linux
pacman -S ocaml-findlib
image/svg+xml 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
Docker
docker run cmd.cat/ocamlfind_opt ocamlfind_opt 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.