diff options
author | Jockey S. Kyd <jockey.kyd@gmail.com> | 2012-05-05 12:17:07 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-05-07 12:18:08 -0500 |
commit | 213a57385af5c2e64016186870bfe6133505b73c (patch) | |
tree | 59a2bdbeb49e1f03df18241c8d963be3784784d0 /libraries/ocaml-findlib/README | |
parent | b0c32dd496e374e5758907021eff652e19248adb (diff) | |
download | slackbuilds-213a57385af5c2e64016186870bfe6133505b73c.tar.gz |
libraries/ocaml-findlib: Added (OCaml library manager)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/ocaml-findlib/README')
-rw-r--r-- | libraries/ocaml-findlib/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/ocaml-findlib/README b/libraries/ocaml-findlib/README new file mode 100644 index 0000000000..08e02dbc0c --- /dev/null +++ b/libraries/ocaml-findlib/README @@ -0,0 +1,4 @@ +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. |