OCaml Library Manager
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.
Findlib is the de-facto standard for library management in OCaml.
- Sources inherited from project SUSE:SLE-15-SP2:GA
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.5:Update/ocaml-findlib && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000511 511 Bytes | |
findlib-1.8.1.tar.xz | 0000161420 158 KB | |
ocaml-findlib.changes | 0000010544 10.3 KB | |
ocaml-findlib.spec | 0000002926 2.86 KB |
Latest Revision
Gustavo Yokoyama Ribeiro (gyribeiro)
committed
(revision 2)
- Require current ocaml-rpm-macros - Remove unused dependency to ocamlbuild in preparation of ocamlbuild removal - Require current rpm macros - Remove camlp4 subpackage - Move META files for stdlib and camlp4 to their own package to remove the build dependency to this package - Move to github, use _service file - Update to upstream version 1.8.1 Adapted to upcoming ocaml-4.09. New API Findlib.list_packages' can specify a package prefix. Fix reinstallation of "num" for OCaml-4.06. Fix build with OCaml-4.07. The installation of graphics/META is now optional. Fix "ocamlfind query -d". The environment variable OCAMLFIND_IGNORE_DUPS_IN is now interpreted as a list of directories. Packages for "ocamlfind query" may now be separated by commas, too. New "warning" property for packages. Forgetting to pass -thread/-vmthread only prints a warning now, but doesn't stop the build. For dealing with case-sensitive filesystems it is now only tried to match ASCII characters, but not encoding-dependent characters. - Remove /etc/ocamlfind.conf because it is not configuration but built-in constants.
Comments 0