golang-github-google-blueprint 0.0~git20201007.25128be-2ubuntu0.24.04.1 source package in Ubuntu

Changelog

golang-github-google-blueprint (0.0~git20201007.25128be-2ubuntu0.24.04.1) noble-security; urgency=medium

  * No change rebuild due to golang-1.21 update

 -- Nishit Majithia <email address hidden>  Wed, 10 Jul 2024 11:33:10 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket 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.1.debian.tar.xz 4.1 KiB 25e1338031e4b29fd6afb59b4de47c78c87fcf18399dfd7bcd9a41ebddd89057
golang-github-google-blueprint_0.0~git20201007.25128be-2ubuntu0.24.04.1.dsc 2.5 KiB 2b2718957c11e2fef68ce3d01f0656feade378d5b172a3c0e38821c90bb36fd5

View changes file

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.