Dune-compatible fork of ocamlfind.
Browse cluster: OCaml Systems and Utilities →lib-findlib is a Dune-compatible fork of ocamlfind, a library manager for OCaml. The project provides a scheme to manage reusable OCaml software components as packages, storing metainformation such as command-line arguments needed to use a library, dependencies on other packages, and version strings. It is built in OCaml and includes tools for querying package information, simplified compilation and linkage through compiler frontends, and special support for loading libraries into OCaml toploop environments. The original findlib was created by Gerd Stolpmann starting in March 1999 and has been actively maintained with ongoing support for newer OCaml versions.