summaryrefslogtreecommitdiffstats
path: root/libraries/ocaml-findlib/README
blob: 1dfa648846fe8c1291afd342e5cdf39ee2adc8df (plain)
1
2
3
4
5
Findlib is a library manager for Objective Caml. It provides a
convention how to store libraries, and a file format ("META") to
describe the properties of libraries. There is also a tool (ocamlfind)
for interpreting the META files, so that it is very easy to use
libraries in programs and scripts.