macOS
brew install ocamlbuildlocal Homebrew formula metadata
brew
ocamlbuild のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install ocamlbuildlocal Homebrew formula metadata
sudo apk add ocamlbuildAlpine Linux edge package indexes · ocamlbuild · ソース: dl-cdn.alpinelinux.org
sudo apt install ocamlbuildDebian stable package indexes · ocamlbuild · ソース: deb.debian.org
sudo pacman -S ocamlbuildArch Linux sync databases · ocamlbuild · ソース: geo.mirror.pkgbuild.com
概要
Generic build tool for OCaml
履歴
ocamlbuild is the legacy OCaml build manager: a rule-based tool that automates compilation of OCaml libraries and programs with minimal project metadata. It predates Dune's dominance and remains packaged for older projects, tutorials, and build systems that still invoke ocamlbuild.
ocamlbuild was included in the OCaml compiler distribution from OCaml 3.10.0 in May 2007 through OCaml 4.02.3 in July 2015, according to the project's Changes file. OCaml 4.03 split ocamlbuild out as an independent project hosted at github.com/ocaml/ocamlbuild, part of a broader effort to move tools out of the compiler distribution.
For years, ocamlbuild was the standard bundled answer for medium-sized OCaml projects that needed more automation than raw Makefiles. The upstream README documents the later ecosystem shift: between January and June 2019, 77 newly released public OCaml packages used ocamlbuild while 544 used Dune.
Developers use ocamlbuild by asking it to build targets such as native executables, bytecode executables, or libraries; it infers dependencies and applies built-in OCaml compilation rules. More complex projects customize behavior with small text files and OCaml plugin code.
ocamlbuild is significant because it shows the OCaml toolchain's unbundling path. A tool that used to ship with the compiler became an opam and distro package, so package managers had to make explicit what older compiler installations provided implicitly.
セキュリティ状態
generalized runtime or code generation signal.
リスク yellow · 信頼度 中 · runtime
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
ocamlbuild | cli | グローバル実行可能ファイル | |
ocamlbuild.byte | cli | グローバル実行可能ファイル | |
ocamlbuild.native | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/ocaml/ocamlbuild
インストールメタデータ
| パッケージキー | brew:ocamlbuild |
|---|---|
| バージョン | 0.16.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/ocamlbuild |
| ホームページ | https://github.com/ocaml/ocamlbuild |
| リポジトリ | https://github.com/ocaml/ocamlbuild |
| 上流ドキュメント | https://github.com/ocaml/ocamlbuild#readme |
| ライセンス | LGPL-2.0-only WITH OCaml-LGPL-linking-exception |
| ソースアーカイブ | https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.16.1.tar.gz |
| 最終更新 | 2026-07-13T05:11:31Z |
| Pulse | updated |
| 依存関係 | ocaml |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | ocamlbuild |
| Version Scheme | 0 |
| Revision | 1 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
ocamlbuild 0.16.1-1+b1
Build tool for building OCaml libraries and programs
https://github.com/ocaml/ocamlbuild/
sudo apt install ocamlbuildocamlbuild 0.14.3-1
Build tool for building OCaml libraries and programs
https://github.com/ocaml/ocamlbuild/
sudo apt install ocamlbuildocaml-ocamlbuild 0.14.1-r5
Generic build tool with built-in rules for building OCaml library and programs (library & development files)
https://github.com/ocaml/ocamlbuild
sudo apk add ocaml-ocamlbuildocamlbuild 0.14.1-r5
Generic build tool with built-in rules for building OCaml library and programs
https://github.com/ocaml/ocamlbuild
sudo apk add ocamlbuildocamlbuild-doc 0.14.1-r5
Generic build tool with built-in rules for building OCaml library and programs (documentation)
https://github.com/ocaml/ocamlbuild
sudo apk add ocamlbuild-dococamlbuild 0.16.1-5
Build tool that has built-in rules for building OCaml libraries and programs
https://github.com/ocaml/ocamlbuild
sudo pacman -S ocamlbuildソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.