macOS
brew install omakelocal Homebrew formula metadata
sudo port install omakeMacPorts ports tree · devel/omake/Portfile · 来源: api.github.com
安装
brew install omakelocal Homebrew formula metadata
sudo port install omakeMacPorts ports tree · devel/omake/Portfile · 来源: api.github.com
nix profile install nixpkgs#omakenixpkgs package indexes · pkgs/by-name/om/omake/package.nix · 来源: api.github.com
sudo dnf install ocaml-omakeFedora Rawhide package metadata · ocaml-omake · 来源: dl.fedoraproject.org
概览
Build system designed for scalability, portability, and concision
历史
OMake is an OCaml-written build system with make-like syntax, global project analysis, automatic dependency tracking, and an emphasis on scalable multi-directory builds. It belongs to the generation of build tools that tried to keep Make's concise rule style while fixing dependency and portability pain in large source trees.
The public project page describes OMake as a build system designed for scalability and portability and notes its move from metaprl.org to camlcity.org. The opam package metadata credits Aleksey Nogin, Jason Hickey, and Gerd Stolpmann as authors, with Gerd Stolpmann listed as maintainer for the opam package.
The 2006 paper 'OMake: Designing a Scalable Build Process' framed OMake as a domain-specific programming problem. Its central goals were compositional project descriptions, concise small-project rules, and enough expressive power for larger builds.
OMake became part of the OCaml build-tool landscape before newer tools such as Jenga and Dune changed common practice. Jane Street's retrospective on Jenga says that around 2012 OMake was one of OCaml's standard build systems, which is a useful adoption marker from a large OCaml user rather than a package index alone.
The project later consolidated maintenance under the ocaml-omake GitHub organization, while package managers such as opam, Debian, Ubuntu, Homebrew, MacPorts, Nix, and Fedora-family repositories kept shipping it for legacy and active projects.
A typical OMake project has an OMakeroot at the repository root and OMakefile files in project directories. When omake runs, it walks the configuration tree, evaluates the OMakefiles, and builds with global knowledge of the project rather than invoking independent recursive make processes.
OMake users reach for it when they want automatic dependency analysis, digest-based incremental rebuilds, OCaml-oriented rules, cross-directory builds, and a programmable build language without writing raw Makefile plumbing for every subdirectory.
OMake is historically interesting because it captures an OCaml ecosystem moment before Dune became dominant. It is also a tidy example of a build tool whose design arguments were documented in an academic paper, then lived on as a real package carried by many operating-system distributions.
For package metadata, OMake is the kind of tool whose value is not measured only by repository activity: old build systems remain important because they are encoded into source releases, downstream package recipes, and long-lived project build instructions.
安全态势
generalized runtime or code generation signal.
yellow 风险 · 中 置信度 · runtime
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
omake | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/ocaml-omake/omake
安装元数据
| 软件包键 | brew:omake |
|---|---|
| 版本 | 0.10.7 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/omake |
| 主页 | http://projects.camlcity.org/projects/omake.html |
| 仓库 | https://github.com/ocaml-omake/omake |
| 上游文档 | https://projects.camlcity.org/projects/dl/omake-0.10.6/doc/html/omake-toc.html |
| 许可证 | GPL-2.0-only |
| 源码归档 | https://github.com/ocaml-omake/omake/archive/refs/tags/omake-0.10.7.tar.gz |
| 构建依赖 | ocaml |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | omake |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Conflicts With |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
omake 0.10.7-1
build system with automated dependency analysis
http://projects.camlcity.org/projects/omake.html
sudo apt install omakeomake-doc 0.10.7-1
documentation for OMake
http://projects.camlcity.org/projects/omake.html
sudo apt install omake-docomake
nix profile install nixpkgs#omakeomake 0.10.6-2
build system with automated dependency analysis
http://projects.camlcity.org/projects/omake.html
sudo apt install omakeomake-doc 0.10.6-2
documentation for OMake
http://projects.camlcity.org/projects/omake.html
sudo apt install omake-dococaml-omake 0.10.7-8.fc45
Build system with automated dependency analysis
http://projects.camlcity.org/projects/omake.html
sudo dnf install ocaml-omakeomake
sudo port install omake来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.