opam

OCaml package manager for installing and managing OCaml libraries

brewmacoslinux
Try with needOr install directly
Source

About

OCaml package manager

Commands

opam

Examples

Initialize OPAM and set up the OCaml environment$ opam init
Install a package (e.g., the Dune build system)$ opam install dune
List all available packages$ opam list