macOS
brew install buildapplocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für buildapp in AI-Agent-Workflows.
Installation
brew install buildapplocal Homebrew formula metadata
sudo apt install buildappDebian stable package indexes · buildapp · Quelle: deb.debian.org
Überblick
Creates executables with SBCL
Verlauf
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.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
buildapp | 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/xach/buildapp
Installationsmetadaten
| Paketschlüssel | brew:buildapp |
|---|---|
| Version | 1.5.6 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/buildapp |
| Homepage | https://www.xach.com/lisp/buildapp/ |
| Repository | https://github.com/xach/buildapp |
| Upstream-Dokumentation | https://github.com/xach/buildapp#readme |
| Lizenz | BSD-2-Clause |
| Quellarchiv | https://github.com/xach/buildapp/archive/refs/tags/release-1.5.6.tar.gz |
| Abhängigkeiten | sbcl, zstd |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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 |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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 buildappQuellspur
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.