golang-github-gotk3-gotk3 0.6.2-2 source package in Ubuntu

Changelog

golang-github-gotk3-gotk3 (0.6.2-2) unstable; urgency=medium

  * Remove unused build and runtime deps on libgio-cil.
    Thanks to Bastian Germann for pointing this out.
    Closes: #1043357

 -- Sascha Steinbiss <email address hidden>  Sun, 13 Aug 2023 11:39:14 +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
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-gotk3-gotk3_0.6.2-2.dsc 2.2 KiB 721fc07206c97273f81abf9863bd85c81ed99c7adc4cda2e21d2d5ff376489b3
golang-github-gotk3-gotk3_0.6.2.orig.tar.gz 271.7 KiB 7e7534e427a66fd118f0b0961b1e2369d6ae3c0b5f24227b9854e181eb4a407f
golang-github-gotk3-gotk3_0.6.2-2.debian.tar.xz 2.4 KiB 6d9d724139136bb6ffa5b5ed6139fdd96d731e38d561daaac4d8cbefa0f75d9f

Available diffs

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.