macOS
brew install bamlocal Homebrew formula metadata
sudo port install bamMacPorts ports tree · devel/bam/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für bam in AI-Agent-Workflows.
Installation
brew install bamlocal Homebrew formula metadata
sudo port install bamMacPorts ports tree · devel/bam/Portfile · Quelle: api.github.com
sudo apk add bamAlpine Linux edge package indexes · bam · Quelle: dl-cdn.alpinelinux.org
sudo apt install bamDebian stable package indexes · bam · Quelle: deb.debian.org
sudo dnf install bamFedora Rawhide package metadata · bam · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#bamnixpkgs package indexes · pkgs/by-name/ba/bam/package.nix · Quelle: api.github.com
sudo pacman -S bamArch Linux sync databases · bam · Quelle: geo.mirror.pkgbuild.com
sudo zypper install bamopenSUSE Tumbleweed package metadata · bam · Quelle: download.opensuse.org
Überblick
Build system that uses Lua to describe the build process
Verlauf
bam is a small C build tool that uses Lua as its build-description language. It belongs to the family of lightweight, scriptable build systems that appeal to package maintainers because the build logic lives in a normal programming language rather than in generated makefiles.
The public Git history for bam dates to October 2008, and the project documentation describes it as a fast build system with flexible Lua build scripts. The manual copyright line dates the manual to 2010, and the project has remained centered on a single executable that reads a default bam.lua build script.
The 0.5.x line modernized the embedded scripting environment by moving from Lua 5.1 to Lua 5.3.3 and added reproducible-build-oriented changes such as avoiding timestamps in the executable.
In package-manager terms, bam is a niche but broadly carried build tool: the supplied package facts list packages in Homebrew, Debian/Ubuntu, Fedora, Arch, MacPorts, Nix, Alpine, and openSUSE-style ecosystems. That breadth reflects its occasional role as a build dependency for projects that chose bam over make, CMake, or SCons.
A bam project normally provides a bam.lua script. The built-in command-line help in the official source sets bam.lua as the default script file and allows another script to be selected with -s.
The README's quick example shows the usual style: create settings, collect source files, compile them, and link the resulting objects using Lua functions exposed by bam.
bam is interesting to package maintainers because it is both a build tool and often itself a build-time bootstrap dependency. Its Lua-based model puts it near SCons and Premake culturally, but its small C implementation and zlib license make it simpler to vendor or package than larger build frameworks.
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.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
./bam.luaExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
bam | 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/matricks/bam
Installationsmetadaten
| Paketschlüssel | brew:bam |
|---|---|
| Version | 0.5.1 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/bam |
| Homepage | https://matricks.github.io/bam/ |
| Repository | https://github.com/matricks/bam |
| Upstream-Dokumentation | https://matricks.github.io/bam |
| Lizenz | Zlib |
| Quellarchiv | https://github.com/matricks/bam/archive/refs/tags/v0.5.1.tar.gz |
| Bottle | verfügbar (auf arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, 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 | bam |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| 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.
bam 0.5.1-3+b1
fast and flexible build system
https://matricks.github.com/bam/
sudo apt install bambam
nix profile install nixpkgs#bambam 0.5.1-3
fast and flexible build system
https://matricks.github.com/bam/
sudo apt install bambam 0.5.1-r5
Fast and flexible build system using Lua
https://github.com/matricks/bam
sudo apk add bambam 0.5.1-20.fc44
A build-system
http://matricks.github.com/bam/
sudo dnf install bambam 0.5.1-3
A fast and flexible build system using Lua
https://github.com/matricks/bam
sudo pacman -S bambam 0.5.1-5.10
Lua-based build system
https://github.com/matricks/bam
sudo zypper install bambam
sudo port install bamQuellspur
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.