Home > Repositories > base > ocaml-findlib

ocaml-findlib: A library manager for OCaml

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.
The information in META includes version string, compiler options for using the library, and dependencies on other libraries.
Writing META files is straight-forward, and comes close to filling out a template.
The ocamlfind tool makes it very easy to use libraries from O'Caml programs.
Basically, ocamlfind is a compiler driver that interprets some additional command-line switches for selecting libraries.
It is also possible to use ocamlfind as query tool to extract data from the library base.
After years of development, Findlib is now the de-facto standard for library management in O'Caml.
A lot of free software for O'Caml now requires that Findlib is available on the system.
Distributions like GODI and Debian ensure that all libraries come with META files.
Name:ocaml-findlib
Release: 1.9.6-2mamba
Group:Development/Tools
Maintainer:silvan
License:MIT
Size:285.00 kB
Upstream URL:http://projects.camlcity.org/projects/findlib.html
Build time:2023-07-06 10:48:00
Binary packages and requirements
x86_64aarch64i586
Built RPMSocaml-findlib
ocaml-findlib-devel
ocaml-findlib
ocaml-findlib-devel
ocaml-findlib
ocaml-findlib-devel
Build requirementsglibc-devel [1]
ocaml [1]
ocaml[>=0:4.14.1] [1]
ocaml-compiler-libs [1]
ocaml-labltk[>=0:8.06.12] [1]
ocaml-pcre [1]
ocaml-runtime [1]
glibc-devel [1]
ocaml [1]
ocaml[>=0:4.14.1] [1]
ocaml-compiler-libs [1]
ocaml-labltk[>=0:8.06.12] [1]
ocaml-pcre [1]
ocaml-runtime [1]
glibc-devel [1]
ocaml [1]
ocaml[>=0:4.14.1] [1]
ocaml-compiler-libs [1]
ocaml-labltk[>=0:8.06.12] [1]
ocaml-pcre [1]
ocaml-runtime [1]
History of changes
DatePackagerReleaseDescription
2023-07-02Sdk Build System 1.9.6-2mamba- rebuilt with ocaml 4.14.1
2022-09-25autodist1.9.6-1mamba- automatic version update by autodist
2022-06-23autodist1.9.5-1mamba- automatic version update by autodist
2022-01-29silvan1.9.3-1mamba- update to 1.9.3
2021-03-22autodist1.9.1-1mamba- automatic version update by autodist
2021-01-21silvan1.8.1-4mamba- rebuilt with ocaml 4.11.1
2019-12-30silvan1.8.1-3mamba- rebuilt with ocaml 4.09.0-4mamba
2019-12-30silvan1.8.1-2mamba- rebuilt with ocaml 4.09.0
2019-08-14autodist1.8.1-1mamba- automatic version update by autodist
2019-04-27silvan1.8.0-2mamba- added option -no-camlp4 to fix META file conflict with camlp4