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

Changelog

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

  * Fix FTBFS when only building binary-all.

 -- Andrej Shadura <email address hidden>  Fri, 16 Oct 2020 08:37:27 +0200

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-google-blueprint_0.0~git20201007.25128be-2.dsc 2.3 KiB 115d9b1148ad540724f6d0410d7862104ef51981b27a7fa0bb612be61f99dee3
golang-github-google-blueprint_0.0~git20201007.25128be.orig.tar.xz 132.7 KiB 7c451d3581c35d2eb05c3226dc9047fa4b5c0af48a47429adb004ad2d29cc34b
golang-github-google-blueprint_0.0~git20201007.25128be-2.debian.tar.xz 3.9 KiB c462cd014120b73feb42816359509408b7ce97bf3520542d35ec2403335a47aa

No changes file available.

Binary packages built by this source

blueprint-tools: No summary available for blueprint-tools in ubuntu kinetic.

No description available for blueprint-tools in ubuntu kinetic.

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.