macOS
brew install omakelocal Homebrew formula metadata
sudo port install omakeMacPorts ports tree · devel/omake/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für omake in AI-Agent-Workflows.
Installation
brew install omakelocal Homebrew formula metadata
sudo port install omakeMacPorts ports tree · devel/omake/Portfile · Quelle: api.github.com
sudo apt install omakeDebian stable package indexes · omake · Quelle: deb.debian.org
nix profile install nixpkgs#omakenixpkgs package indexes · pkgs/by-name/om/omake/package.nix · Quelle: api.github.com
sudo dnf install ocaml-omakeFedora Rawhide package metadata · ocaml-omake · Quelle: dl.fedoraproject.org
Überblick
Build system designed for scalability, portability, and concision
Verlauf
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.
Sicherheitslage
generalized runtime or code generation signal.
yellow Risiko · mittel Konfidenz · runtime
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
omake | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/ocaml-omake/omake
Installationsmetadaten
| Paketschlüssel | brew:omake |
|---|---|
| Version | 0.10.7 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/omake |
| Homepage | http://projects.camlcity.org/projects/omake.html |
| Repository | https://github.com/ocaml-omake/omake |
| Upstream-Dokumentation | https://projects.camlcity.org/projects/dl/omake-0.10.6/doc/html/omake-toc.html |
| Lizenz | GPL-2.0-only |
| Quellarchiv | https://github.com/ocaml-omake/omake/archive/refs/tags/omake-0.10.7.tar.gz |
| Build-Abhängigkeiten | ocaml |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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 |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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 omakeQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.