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

Changelog

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

  * No change rebuild due to golang-1.20, golang-1.21 updates

 -- Nishit Majithia <email address hidden>  Thu, 18 Jan 2024 12:27:24 +0530

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic updates universe misc
Mantic 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.23.10.1.debian.tar.xz 4.1 KiB b3dc37fcbf7845eca806c3ffd5ff1c86e5ab93ff6e1a1560949c1a36af90d482
golang-github-google-blueprint_0.0~git20201007.25128be-2ubuntu0.23.10.1.dsc 2.5 KiB 7a7b461f2e62c99e792727912ec6578167ac0468d8879138fb6a91ada8ebc1cc

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.