summaryrefslogtreecommitdiff
path: root/devel/ocaml-findlib
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-05-28update master site and homepage.zafer1-3/+3
2009-02-16DESTDIR support. Don't leak WRKDIR. Bump revision.joerg3-6/+28
2008-03-04Resign from maintaining a lot of packages, so everyone is free to updaterillig1-2/+2
them at will.
2007-12-21Require m4 for build. From PR 37582.joerg1-2/+2
2006-05-20Added a utility to register and unregister package paths.rillig3-2/+42
2006-05-20Imported ocaml-findlib.rillig4-0/+81
The "findlib" software provides a scheme to manage reusable software components in the form of libraries, and includes tools that support this scheme. A library installed as a findlib component is also called a package. The point is that the findlib scheme allows it to store metainformation about the library, especially how it can be used in programs. The packages are kept in the filesystem hierarchy, but the directory structure is defined by findlib, and there is no way to deviate from this standard. 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.