# 使用 Homebrew, apk, apt, pacman 安装 ocamlbuild

查看 ocamlbuild 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:ocamlbuild
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install ocamlbuild
```

  证据: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add ocamlbuild
```

  证据: Alpine Linux edge package indexes: ocamlbuild from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install ocamlbuild
```

  证据: Debian stable package indexes: ocamlbuild from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- pacman (92%):

```sh
sudo pacman -S ocamlbuild
```

  证据: Arch Linux sync databases: ocamlbuild from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## 软件包事实

- **软件包键:** brew:ocamlbuild
- **软件包管理器:** Homebrew
- **版本:** 0.16.1
- **来源摘要:** Generic build tool for OCaml
- **主页:** <https://github.com/ocaml/ocamlbuild>
- **仓库:** <https://github.com/ocaml/ocamlbuild>
- **最后更新:** 2026-07-13T05:11:31Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- ocamlbuild (别名)
- ocamlbuild.byte (别名)
- ocamlbuild.native (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.16.1
## 项目历史与用法

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.

### 时间线

- 2007-05: OCaml 3.10.0 began shipping ocamlbuild in the compiler distribution.
- 2015-07: OCaml 4.02.3 was the last compiler release in the bundled ocamlbuild period documented by the ocamlbuild Changes file.
- 2016: OCaml 4.03 split ocamlbuild into an independent project.
- 2019-01 to 2019-06: The ocamlbuild README recorded 77 new public packages using ocamlbuild versus 544 using Dune.
- 2025-02-13: The GitHub releases page lists OCamlbuild 0.16.1.

### Related projects

- Dune is the successor build system recommended by the ocamlbuild README for new projects. ocamlfind/findlib integrates with ocamlbuild-era projects by supplying package flags, while opam installs ocamlbuild as a separate package for compiler switches that need it.

### 来源

- <https://formulae.brew.sh/formula/ocamlbuild>
- <https://github.com/ocaml/ocamlbuild>
- <https://github.com/ocaml/ocamlbuild/blob/master/Changes>
- <https://ocaml.org/manual/4.02/ocamlbuild.html>
- <https://ocaml.org/manual/4.03/manual032.html>
- <https://ocaml.org/releases/4.03.0>


## 安全说明

generalized runtime or code generation signal.

- **Geiger 风险:** yellow / 中
- generalized runtime or code generation signal

## 其他软件包管理器记录

- Debian apt - ocamlbuild - 0.16.1-1+b1: normalized package name match | Debian stable package indexes: ocamlbuild from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Build tool for building OCaml libraries and programs | https://github.com/ocaml/ocamlbuild/
- Ubuntu apt - ocamlbuild - 0.14.3-1: normalized package name match | Ubuntu 24.04 LTS package indexes: ocamlbuild from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Build tool for building OCaml libraries and programs | https://github.com/ocaml/ocamlbuild/
- apk - ocaml-ocamlbuild - 0.14.1-r6: normalized package name match | Alpine Linux edge package indexes: ocaml-ocamlbuild from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Generic build tool with built-in rules for building OCaml library and programs (library & development files) | https://github.com/ocaml/ocamlbuild
- apk - ocamlbuild - 0.14.1-r6: normalized package name match | Alpine Linux edge package indexes: ocamlbuild from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Generic build tool with built-in rules for building OCaml library and programs | https://github.com/ocaml/ocamlbuild
- apk - ocamlbuild-doc - 0.14.1-r6: normalized package name match | Alpine Linux edge package indexes: ocamlbuild-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Generic build tool with built-in rules for building OCaml library and programs (documentation) | https://github.com/ocaml/ocamlbuild
- pacman - ocamlbuild - 0.16.1-7: normalized package name match | Arch Linux sync databases: ocamlbuild from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Build tool that has built-in rules for building OCaml libraries and programs | https://github.com/ocaml/ocamlbuild


## Combined YAML source

View the package source record on GitHub. [combined/ocamlbuild.yml](https://github.com/mxcl/pkgdb/blob/main/combined/ocamlbuild.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
