diff options
Diffstat (limited to 'devel/ocaml-findlib/pkg-descr')
-rw-r--r-- | devel/ocaml-findlib/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/ocaml-findlib/pkg-descr b/devel/ocaml-findlib/pkg-descr new file mode 100644 index 000000000000..97e6883ce8de --- /dev/null +++ b/devel/ocaml-findlib/pkg-descr @@ -0,0 +1,13 @@ +The "findlib" library provides a scheme to manage reusable software +components (packages), and includes tools that support this +scheme. Packages are collections of OCaml modules for which +metainformation can be stored. The packages are kept in the filesystem +hierarchy, but with strict directory structure. The library contains +functions to look the directory up that stores a package, to query +metainformation about a package, and to retrieve dependency +information about multiple packages. There is also a tool that allows +the user to enter queries on the command-line. In order to simplify +compilation and linkage, there are new frontends of the various OCaml +compilers that can directly deal with packages. + +WWW: http://www.ocaml-programming.de/packages/documentation/findlib/ |