macOS
brew install buildapplocal Homebrew formula metadata
安装
brew install buildapplocal Homebrew formula metadata
sudo apt install buildappDebian stable package indexes · buildapp · 来源: deb.debian.org
概览
Creates executables with SBCL
历史
Buildapp is a Common Lisp command-line tool by Zach Beane for creating executable images with SBCL or Clozure CL.
Buildapp comes from the Common Lisp image-building tradition: instead of compiling a small native binary from scratch, it configures a Lisp image, loads code and ASDF systems, sets an entry point, and saves an executable. The official page compares it to `cl-launch` and hu.dwim.build.
The public release tags run through the 1.x series, and the official page lists 1.5.6 as the latest version released on November 7, 2015.
Buildapp's adoption is niche but durable in Common Lisp packaging. It appears in Homebrew, Debian, and Ubuntu according to the input, reflecting its use as a small system tool for turning SBCL or CCL applications into command-line executables.
Its homepage examples show the kind of usage that made it handy before containerized deployment became common: single-file Lisp utilities, web-related command-line tools, and larger saved-image applications.
A typical invocation passes `--output`, one or more `--eval`, `--load-system`, or ASDF path options, and an `--entry` function. Buildapp then saves a runnable Lisp image that starts at that entry point.
It has no documented per-user credentials or configuration file location in the official docs.
Buildapp is interesting because it packages the Lisp saved-image model as a Unix-friendly build command. For package maintainers, it turns a Lisp system into an executable artifact that can be installed like other CLI tools.
It also preserves a specific era of Common Lisp deployment practice, where ASDF systems, implementation-specific image saving, and small wrapper tools made Lisp programs feel more like conventional command-line software.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
buildapp | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/xach/buildapp
安装元数据
| 软件包键 | brew:buildapp |
|---|---|
| 版本 | 1.5.6 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/buildapp |
| 主页 | https://www.xach.com/lisp/buildapp/ |
| 仓库 | https://github.com/xach/buildapp |
| 上游文档 | https://github.com/xach/buildapp#readme |
| 许可证 | BSD-2-Clause |
| 源码归档 | https://github.com/xach/buildapp/archive/refs/tags/release-1.5.6.tar.gz |
| 依赖 | sbcl, zstd |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 已定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | buildapp |
| Version Scheme | 0 |
| Revision | 4 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
buildapp 1.5.6-3+b1
application to create common lisp images
https://www.xach.com/lisp/buildapp/
sudo apt install buildappbuildapp 1.5.6-3build1
application to create common lisp images
https://www.xach.com/lisp/buildapp/
sudo apt install buildapp来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.