macOS
brew install bamlocal Homebrew formula metadata
sudo port install bamMacPorts ports tree · devel/bam/Portfile · source: api.github.com
brew
Build system that uses Lua to describe the build process. Version 0.5.1 via Homebrew; verified from local package data.
install
brew install bamlocal Homebrew formula metadata
sudo port install bamMacPorts ports tree · devel/bam/Portfile · source: api.github.com
sudo apk add bamAlpine Linux edge package indexes · bam · source: dl-cdn.alpinelinux.org
sudo apt install bamDebian stable package indexes · bam · source: deb.debian.org
sudo dnf install bamFedora Rawhide package metadata · bam · source: dl.fedoraproject.org
nix profile install nixpkgs#bamnixpkgs package indexes · pkgs/by-name/ba/bam/package.nix · source: api.github.com
sudo pacman -S bamArch Linux sync databases · bam · source: geo.mirror.pkgbuild.com
sudo zypper install bamopenSUSE Tumbleweed package metadata · bam · source: download.opensuse.org
overview
Build system that uses Lua to describe the build process
history
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.
security posture
generalized runtime or code generation signal.
yellow risk · medium confidence · runtime
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
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
| Command | Kind | Exposure | Note |
|---|---|---|---|
bam | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/matricks/bam
install metadata
| Package key | brew:bam |
|---|---|
| Version | 0.5.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/bam |
| Homepage | https://matricks.github.io/bam/ |
| Repository | https://github.com/matricks/bam |
| Upstream docs | https://matricks.github.io/bam |
| License | Zlib |
| Source archive | https://github.com/matricks/bam/archive/refs/tags/v0.5.1.tar.gz |
| Bottle | available (on 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 | not defined |
| Service | none declared |
registry facts
| 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 database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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 bamsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.