golang-github-google-blueprint 0.0~git20201007.25128be-2ubuntu0.24.04.2 source package in Ubuntu
Changelog
golang-github-google-blueprint (0.0~git20201007.25128be-2ubuntu0.24.04.2) noble-security; urgency=medium * No change rebuild due to golang-1.22 update -- Evan Caville <email address hidden> Thu, 24 Oct 2024 12:12:56 +1000
Upload details
- Uploaded by:
- Evan Caville
- Uploaded to:
- Noble
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Noble | updates | universe | misc | |
Noble | security | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-github-google-blueprint_0.0~git20201007.25128be.orig.tar.xz | 132.7 KiB | 7c451d3581c35d2eb05c3226dc9047fa4b5c0af48a47429adb004ad2d29cc34b |
golang-github-google-blueprint_0.0~git20201007.25128be-2ubuntu0.24.04.2.debian.tar.xz | 4.2 KiB | a7a675e8a6b6cfd552d89eea46889f6a8670a8b66f37c58b3524f3bf5b5c977d |
golang-github-google-blueprint_0.0~git20201007.25128be-2ubuntu0.24.04.2.dsc | 2.6 KiB | c698bf19bbff645f9e4ed69faef69cacbe8d61faeae4bf1da70aa345e221b840 |
Available diffs
Binary packages built by this source
- blueprint-tools: Blueprint meta build system (command-line tools)
Blueprint is a meta-build system that reads in Blueprints files that
describe modules that need to be built, and produces a Ninja manifest
describing the commands that need to be run and their dependencies.
Where most build systems use built-in rules or a domain-specific language
to describe the logic for converting module descriptions to build rules,
Blueprint delegates this to per-project build logic written in Go.
For large, heterogenous projects this allows the inherent complexity
of the build logic to be maintained in a high-level language, while
still allowing simple changes to individual modules by modifying easy
to understand Blueprints files.
.
This package contains command-line tools for Blueprint.
- golang-github-google-blueprint-dev: Blueprint meta build system (library)
Blueprint is a meta-build system that reads in Blueprints files that
describe modules that need to be built, and produces a Ninja manifest
describing the commands that need to be run and their dependencies.
Where most build systems use built-in rules or a domain-specific language
to describe the logic for converting module descriptions to build rules,
Blueprint delegates this to per-project build logic written in Go.
For large, heterogenous projects this allows the inherent complexity
of the build logic to be maintained in a high-level language, while
still allowing simple changes to individual modules by modifying easy
to understand Blueprints files.
.
This package contains the Go library for Blueprint.