golang-github-kubernetes-gengo 0.0~git20210915.39e73c8-2 source package in Ubuntu

Changelog

golang-github-kubernetes-gengo (0.0~git20210915.39e73c8-2) unstable; urgency=medium

  * Also install examples as there is code out there that depends on them.

 -- Andrej Shadura <email address hidden>  Fri, 15 Oct 2021 19:26:39 +0200

Upload details

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

See full publishing history Publishing

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-kubernetes-gengo_0.0~git20210915.39e73c8-2.dsc 2.1 KiB 83337e1ca7089c9438caaa5ec958cff7091f7b010a72c72440c002c5b61e8b40
golang-github-kubernetes-gengo_0.0~git20210915.39e73c8.orig.tar.xz 75.2 KiB dfcbb462467d678c28e6cecd39b159415eef15978414b9ee0c058de81e199ee9
golang-github-kubernetes-gengo_0.0~git20210915.39e73c8-2.debian.tar.xz 3.6 KiB 96f9c33286c2502005ebf9081deab610033e2c1475a33cd0ba96110fef6d54ce

No changes file available.

Binary packages built by this source

golang-github-kubernetes-gengo-dev: library for generating code based on Go files

 The gengo library implements a code generation system for Go files
 used by Kubernetes. It is more than a dumb template library and is
 informed by the Go language's syntax, type and naming conventions
 when generating code.
 .
 The gengo library can build code using the following generators:
 .
   * set
   * deep-copy
   * defaulter
   * go-to-protobuf
 .
 Gengo was first used in Kubernetes and is split out into a separate
 library for ease of reuse and maintainability.