golang-github-kubernetes-gengo 0.0~git20230829.9cce18d-2 source package in Ubuntu

Changelog

golang-github-kubernetes-gengo (0.0~git20230829.9cce18d-2) unstable; urgency=medium

  * Team upload.
  * Install examples, golang-k8s-kube-openapi uses them

 -- Jérémy Lal <email address hidden>  Tue, 26 Dec 2023 13:54:49 +0100

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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-kubernetes-gengo_0.0~git20230829.9cce18d-2.dsc 2.6 KiB c32328d05a8b59319d62772541bb5756ae0063381d83563d756e31d486b6b85b
golang-github-kubernetes-gengo_0.0~git20230829.9cce18d.orig.tar.xz 83.9 KiB f23677225f50f8466afa71d487aded3fa2d2e84055848eee66cc9ba636dc1959
golang-github-kubernetes-gengo_0.0~git20230829.9cce18d-2.debian.tar.xz 3.0 KiB 8b68baea7ba818572d63d907b9d7b303f5fdcae9d48d4c8a14fda659534f48d2

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.