macOS
brew install ocaml-findliblocal Homebrew formula metadata
sudo port install ocaml-findlibMacPorts ports tree · ocaml/ocaml-findlib/Portfile · source: api.github.com
brew
OCaml library manager. Version 1.9.8 via Homebrew; verified 2026-06-22.
install
brew install ocaml-findliblocal Homebrew formula metadata
sudo port install ocaml-findlibMacPorts ports tree · ocaml/ocaml-findlib/Portfile · source: api.github.com
sudo apk add ocaml-findlibAlpine Linux edge package indexes · ocaml-findlib · source: dl-cdn.alpinelinux.org
sudo apt install ocaml-findlibDebian stable package indexes · ocaml-findlib · source: deb.debian.org
sudo dnf install ocaml-findlibFedora Rawhide package metadata · ocaml-findlib · source: dl.fedoraproject.org
sudo pacman -S ocaml-findlibArch Linux sync databases · ocaml-findlib · source: geo.mirror.pkgbuild.com
sudo zypper install ocaml-findlibopenSUSE Tumbleweed package metadata · ocaml-findlib · source: download.opensuse.org
overview
OCaml library manager
history
ocaml-findlib provides findlib and the ocamlfind command, the long-standing library discovery and compiler-driver layer for OCaml libraries. Its core idea is small but ecosystem-shaping: libraries install META files that describe versions, compiler options, archives, dependencies, and predicates, and ocamlfind turns those descriptions into compiler and linker flags.
Findlib was created by Gerd Stolpmann and dates back to the Objective Caml era; the upstream README records copyright years beginning in 1999, and a Caml-list announcement records findlib 1.0 as a compatibility-preserving major release that required OCaml 3.07. The project page describes the package as a convention for storing libraries plus a META file format, with ocamlfind as the tool that interprets those files.
Camlcity's project page describes Findlib as the de-facto standard for OCaml library management after years of development, with free OCaml software depending on it and distributions such as GODI and Debian ensuring libraries ship META files. opam later became the primary source-based package manager for OCaml, but ocamlfind remained the compatibility layer many build systems and packages use to locate installed libraries inside a switch.
Developers invoke ocamlfind as a wrapper around ocamlc, ocamlopt, ocamldep, and related tools, passing package selections such as -package and -linkpkg. Build systems use the same mechanism to query installed packages and translate package-level dependencies into the include paths, archives, C stubs, linker options, and runtime DLL paths expected by the compiler.
Findlib matters because it separated OCaml library identity from ad hoc include paths. A package database of META files gave distro packagers, opam packages, and build tools a shared vocabulary before Dune became dominant, and many older OCaml packages still expose findlib names that differ from their opam package names.
security posture
library-like package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
ocamlfind | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/ocaml/ocamlfind
install metadata
| Package key | brew:ocaml-findlib |
|---|---|
| Version | 1.9.8 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/ocaml-findlib |
| Homepage | http://projects.camlcity.org/projects/findlib.html |
| Repository | https://github.com/ocaml/ocamlfind |
| Upstream docs | http://projects.camlcity.org/projects/findlib.html |
| License | MIT |
| Source archive | https://github.com/ocaml/ocamlfind/archive/refs/tags/findlib-1.9.8.tar.gz |
| Last updated | 2026-06-22T14:05:39-07:00 |
| Pulse | updated |
| Dependencies | ocaml |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | ocaml-findlib |
| Version Scheme | 0 |
| Revision | 3 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
ocaml-findlib 1.9.8-1+b1
management tool for OCaml libraries
http://projects.camlcity.org/projects/findlib.html
sudo apt install ocaml-findlibocaml-findlib 1.9.6-1build4
management tool for OCaml libraries
http://projects.camlcity.org/projects/findlib.html
sudo apt install ocaml-findlibocaml-findlib 1.9.6-r7
OCaml package manager (library)
http://projects.camlcity.org/projects/findlib.html
sudo apk add ocaml-findlibocaml-findlib-dev 1.9.6-r7
OCaml package manager (development files)
http://projects.camlcity.org/projects/findlib.html
sudo apk add ocaml-findlib-devocaml-findlib-doc 1.9.6-r7
OCaml package manager (documentation)
http://projects.camlcity.org/projects/findlib.html
sudo apk add ocaml-findlib-dococamlfind 1.9.6-r7
OCaml package manager
http://projects.camlcity.org/projects/findlib.html
sudo apk add ocamlfindocaml-findlib 1.9.8-8.fc45
Objective CAML package manager and build helper
http://projects.camlcity.org/projects/findlib.html
sudo dnf install ocaml-findlibocaml-findlib-devel 1.9.8-8.fc45
Development files for ocaml-findlib
http://projects.camlcity.org/projects/findlib.html
sudo dnf install ocaml-findlib-develocaml-findlib 1.9.8-6
OCaml package manager
http://projects.camlcity.org/projects/findlib.html
sudo pacman -S ocaml-findlibocaml-findlib 1.9.5-1.15
Objective CAML package manager and build helper
https://github.com/ocaml/ocamlfind
sudo zypper install ocaml-findlibocaml-findlib-devel 1.9.5-1.15
Development files for ocaml-findlib
https://github.com/ocaml/ocamlfind
sudo zypper install ocaml-findlib-develocaml-findlib
sudo port install ocaml-findlibsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.