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

Changelog

golang-github-google-blueprint (0.0~git20201007.25128be-2build1) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:15:22 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release 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-2build1.debian.tar.xz 4.0 KiB c99f7577d282600fb459b49b2fccaaa73469f7b84ea41c512e1df8f5e8631210
golang-github-google-blueprint_0.0~git20201007.25128be-2build1.dsc 2.5 KiB af7861bb9e41bcbbf31fcd5cd86ae31a59772e37deff8436f0396dbc1a4acb1c

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.