ocaml-findlib

OCaml library manager for finding and using installed packages

brewmacoslinux
Try with needOr install directly
Source

About

OCaml library manager

Commands

ocamlfind

Examples

List all installed OCaml packages$ ocamlfind list
Query information about a specific package$ ocamlfind query str
Compile OCaml code with a package dependency$ ocamlfind ocamlc -package unix -linkpkg -o program program.ml