golang-github-gotk3-gotk3 0.0~GOTK3~0~2~0+git20170418.0.96d4110-3.1 source package in Ubuntu

Changelog

golang-github-gotk3-gotk3 (0.0~GOTK3~0~2~0+git20170418.0.96d4110-3.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Thu, 07 Jan 2021 15:14:54 +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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-gotk3-gotk3_0.0~GOTK3~0~2~0+git20170418.0.96d4110-3.1.dsc 2.4 KiB 8066717894edeb2204c511dc59eb92fbedc6996cf02d20567468cf0a175a1b4e
golang-github-gotk3-gotk3_0.0~GOTK3~0~2~0+git20170418.0.96d4110.orig.tar.gz 161.8 KiB fc36634fd6b9bb01112d33ddc8f318b0868afc59682a6171c2464542b2db8eb0
golang-github-gotk3-gotk3_0.0~GOTK3~0~2~0+git20170418.0.96d4110-3.1.debian.tar.xz 2.7 KiB d43dfd360b45a36922fef8d6f21796037c2cbf2cd8215eea1235df46c80ec1ff

No changes file available.

Binary packages built by this source

golang-github-gotk3-gotk3-dev: Go bindings for GTK3

 The gotk3 project provides Go bindings for GTK+3 and dependent projects.
 Each component is given its own subdirectory, which is used as the
 import path for the package.
 .
 Partial binding support for the following libraries is currently implemented:
 .
   - GTK+3 (3.12 and later)
   - GDK 3 (3.12 and later)
   - GLib 2 (2.36 and later)
   - Cairo (1.10 and later)
 .
 Care has been taken for memory management to work seamlessly with Go's
 garbage collector without the need to use or understand GObject's floating
 references.