mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
213a57385a
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
4 lines
298 B
Text
4 lines
298 B
Text
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.
|