Automic VaultAutomic Vault

brew

Installer ocaml-findlib avec Homebrew, apk, apt, dnf, MacPorts, pacman, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de ocaml-findlib pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install ocaml-findlib

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install ocaml-findlib

MacPorts ports tree · ocaml/ocaml-findlib/Portfile · Source: api.github.com

Linux

Alpine Linux apkvérifié · 92%
sudo apk add ocaml-findlib

Alpine Linux edge package indexes · ocaml-findlib · Source: dl-cdn.alpinelinux.org

Debian aptvérifié · 92%
sudo apt install ocaml-findlib

Debian stable package indexes · ocaml-findlib · Source: deb.debian.org

Fedora dnfvérifié · 92%
sudo dnf install ocaml-findlib

Fedora Rawhide package metadata · ocaml-findlib · Source: dl.fedoraproject.org

Arch Linux pacmanvérifié · 92%
sudo pacman -S ocaml-findlib

Arch Linux sync databases · ocaml-findlib · Source: geo.mirror.pkgbuild.com

openSUSE zyppervérifié · 92%
sudo zypper install ocaml-findlib

openSUSE Tumbleweed package metadata · ocaml-findlib · Source: download.opensuse.org

aperçu

Résumé du paquet

OCaml library manager

Commandes et alias

  • ocamlfind

historique

Historique du projet et usages

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.

Historique du projet

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.

Historique d'adoption

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.

Modes d'utilisation

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.

Pourquoi les passionnés de paquets s'y intéressent

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.

Chronologie

  • 1999: The upstream README's copyright range begins, placing Findlib's origin in the late Objective Caml period.
  • 2004: The findlib 1.0 announcement described a large but backward-compatible release and added package subpackages.
  • 2010s: Findlib became the de-facto OCaml library-management convention documented by Camlcity and used by distributions.
  • 2025-02-05: opam published ocamlfind 1.9.8 with build-related fixes.

Related projects

  • opam manages source packages and compiler switches; findlib manages installed library discovery within those environments. Dune can generate and consume package metadata, but ocamlfind remains the historical bridge between installed OCaml libraries and compiler invocations.

posture de sécurité

Niveau de risque : vert

library-like package without higher-risk signals.

Classificateur de risque

risque vert · confiance faible · appliance

Pourquoi

  • library-like package without higher-risk signals

Signaux

  • metadata:library-like

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 6 plateformes.
  • S’installe avec 1 dépendances d’exécution.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

exécutables

Exécutables installés

CommandeTypeExpositionNote
ocamlfindcliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-10
version du gestionnaire1.9.8
gestionnaire mis à jour2026-06-22
données localesOK
amontnot checked
dernière version détectéenon détecté

https://github.com/ocaml/ocamlfind

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:ocaml-findlib
Version1.9.8
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/ocaml-findlib
Page d'accueilhttp://projects.camlcity.org/projects/findlib.html
Dépôthttps://github.com/ocaml/ocamlfind
Docs amonthttp://projects.camlcity.org/projects/findlib.html
LicenceMIT
Archive sourcehttps://github.com/ocaml/ocamlfind/archive/refs/tags/findlib-1.9.8.tar.gz
Dernière mise à jour2026-06-22T14:05:39-07:00
Pulseupdated
Dépendancesocaml
Bouteilledisponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
post-install Homebrewnon défini
Serviceaucun déclaré

faits du registre

Détails de la base source

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameocaml-findlib
Version Scheme0
Revision3
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Debian apt95%

ocaml-findlib 1.9.8-1+b1

management tool for OCaml libraries

http://projects.camlcity.org/projects/findlib.html

sudo apt install ocaml-findlib
  • Section: ocaml
  • Architecture: amd64
  • Source Package: findlib
  • 2 Dépendances
  • 2 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Ocaml Findlib
Debian stable package indexes · deb.debian.org · Debian stable package indexes: ocaml-findlib from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt95%

ocaml-findlib 1.9.6-1build4

management tool for OCaml libraries

http://projects.camlcity.org/projects/findlib.html

sudo apt install ocaml-findlib
  • Section: universe/devel
  • Architecture: amd64
  • Source Package: findlib
  • 2 Dépendances
  • 2 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Ocaml Findlib
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: ocaml-findlib from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

ocaml-findlib 1.9.6-r7

OCaml package manager (library)

http://projects.camlcity.org/projects/findlib.html

sudo apk add ocaml-findlib
  • License: MIT
  • Architecture: x86_64
  • Source Package: ocaml-findlib
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Ocaml Findlib
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ocaml-findlib from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

ocaml-findlib-dev 1.9.6-r7

OCaml package manager (development files)

http://projects.camlcity.org/projects/findlib.html

sudo apk add ocaml-findlib-dev
  • License: MIT
  • Architecture: x86_64
  • Source Package: ocaml-findlib
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Ocaml Findlib
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ocaml-findlib-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

ocaml-findlib-doc 1.9.6-r7

OCaml package manager (documentation)

http://projects.camlcity.org/projects/findlib.html

sudo apk add ocaml-findlib-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: ocaml-findlib
  • normalized package name match
  • Correspondance par : Ocaml Findlib
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ocaml-findlib-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

ocamlfind 1.9.6-r7

OCaml package manager

http://projects.camlcity.org/projects/findlib.html

sudo apk add ocamlfind
  • License: MIT
  • Architecture: x86_64
  • Source Package: ocaml-findlib
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Ocaml Findlib
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ocamlfind from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

ocaml-findlib 1.9.8-8.fc45

Objective CAML package manager and build helper

http://projects.camlcity.org/projects/findlib.html

sudo dnf install ocaml-findlib
  • License: MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: ocaml-findlib
  • 5 Dépendances
  • 3 fournit
  • normalized package name match
  • Correspondance par : Ocaml Findlib
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: ocaml-findlib from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

ocaml-findlib-devel 1.9.8-8.fc45

Development files for ocaml-findlib

http://projects.camlcity.org/projects/findlib.html

sudo dnf install ocaml-findlib-devel
  • License: MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: ocaml-findlib
  • 3 Dépendances
  • 3 fournit
  • normalized package name match
  • Correspondance par : Ocaml Findlib
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: ocaml-findlib-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

ocaml-findlib 1.9.8-6

OCaml package manager

http://projects.camlcity.org/projects/findlib.html

sudo pacman -S ocaml-findlib
  • License: MIT
  • Architecture: x86_64
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Ocaml Findlib
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: ocaml-findlib from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

ocaml-findlib 1.9.5-1.15

Objective CAML package manager and build helper

https://github.com/ocaml/ocamlfind

sudo zypper install ocaml-findlib
  • License: MIT
  • Category: Development/Languages/OCaml
  • Architecture: x86_64
  • Source Package: ocaml-findlib
  • 4 Dépendances
  • 2 fournit
  • normalized package name match
  • Correspondance par : Ocaml Findlib
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: ocaml-findlib from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

ocaml-findlib-devel 1.9.5-1.15

Development files for ocaml-findlib

https://github.com/ocaml/ocamlfind

sudo zypper install ocaml-findlib-devel
  • License: MIT
  • Category: Development/Languages/OCaml
  • Architecture: x86_64
  • Source Package: ocaml-findlib
  • 4 Dépendances
  • 5 fournit
  • normalized package name match
  • Correspondance par : Ocaml Findlib
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: ocaml-findlib-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

ocaml-findlib

sudo port install ocaml-findlib
  • normalized package name match
  • Correspondance par : Ocaml Findlib
MacPorts ports tree · api.github.com · MacPorts ports tree: ocaml/ocaml-findlib/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment