macOS
brew install litanilocal Homebrew formula metadata
安装
brew install litanilocal Homebrew formula metadata
概览
Metabuild system
历史
Litani is an AWS Labs metabuild tool for accumulating command jobs into a dependency graph, running them through Ninja, and producing both a JSON run record and an HTML dashboard. It is aimed at builds where job metadata, failure policy, and reportability matter as much as command execution.
The project is published from the `awslabs/aws-build-accumulator` repository and documents itself as a command-line build system rather than a new build language. Its workflow starts with `litani init`, adds jobs with dependencies, and runs the resulting graph with `litani run-build`.
Litani's documentation emphasizes build accumulation: commands can be generated by scripts, Makefiles, or other systems, while Litani records return codes, runtimes, stdout, stderr, and other metadata in JSON and renders that data into an HTML report.
Adoption evidence is modest and mostly package-manager oriented. GitHub releases provide Debian packages and Homebrew installation instructions, and the Homebrew formula exposes the `litani` command for macOS users.
Users define jobs, dependencies, and failure behavior from the command line, then inspect `litani dump-run` output or the generated dashboard. The tool is most useful when an existing build needs reporting, dependency ordering, and durable run metadata without rewriting the build in a new DSL.
Litani is package-nerd interesting because it is a thin orchestration layer over familiar tools: shell commands, Ninja, JSON, and static HTML. Its value is in making build execution observable and packageable, not in replacing compilers or build file formats.
安全态势
generalized runtime or code generation signal.
yellow 风险 · 中 置信度 · runtime
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
litani | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/awslabs/aws-build-accumulator
安装元数据
| 软件包键 | brew:litani |
|---|---|
| 版本 | 1.29.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/litani |
| 主页 | https://awslabs.github.io/aws-build-accumulator/ |
| 仓库 | https://github.com/awslabs/aws-build-accumulator |
| 上游文档 | https://awslabs.github.io/aws-build-accumulator |
| 许可证 | Apache-2.0 |
| 源码归档 | https://github.com/awslabs/aws-build-accumulator.git |
| 依赖 | gnuplot, graphviz, libyaml, ninja, python@3.14 |
| 构建依赖 | coreutils, mandoc, scdoc |
| 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 | litani |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.