macOS
brew install bamlocal Homebrew formula metadata
sudo port install bamMacPorts ports tree · devel/bam/Portfile · ソース: api.github.com
brew
bam のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install bamlocal Homebrew formula metadata
sudo port install bamMacPorts ports tree · devel/bam/Portfile · ソース: api.github.com
sudo apk add bamAlpine Linux edge package indexes · bam · ソース: dl-cdn.alpinelinux.org
sudo dnf install bamFedora Rawhide package metadata · bam · ソース: dl.fedoraproject.org
nix profile install nixpkgs#bamnixpkgs package indexes · pkgs/by-name/ba/bam/package.nix · ソース: api.github.com
sudo pacman -S bamArch Linux sync databases · bam · ソース: geo.mirror.pkgbuild.com
sudo zypper install bamopenSUSE Tumbleweed package metadata · bam · ソース: download.opensuse.org
概要
Build system that uses Lua to describe the build process
履歴
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.
セキュリティ状態
generalized runtime or code generation signal.
リスク yellow · 信頼度 中 · runtime
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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.lua実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
bam | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/matricks/bam
インストールメタデータ
| パッケージキー | brew:bam |
|---|---|
| バージョン | 0.5.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/bam |
| ホームページ | https://matricks.github.io/bam/ |
| リポジトリ | https://github.com/matricks/bam |
| 上流ドキュメント | https://matricks.github.io/bam |
| ライセンス | Zlib |
| ソースアーカイブ | https://github.com/matricks/bam/archive/refs/tags/v0.5.1.tar.gz |
| Bottle | 利用可能 (対象 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 | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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 bamソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.