macOS
brew install bamlocal Homebrew formula metadata
安装
brew install bamlocal Homebrew formula metadata
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来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.