Package: cri-o Version: 1.23.5~0 Architecture: amd64 Maintainer: Peter Hunt Installed-Size: 96044 Depends: libgpgme11, libseccomp2, conmon, containers-common (>= 0.1.27) | golang-github-containers-common, tzdata Suggests: cri-o-runc | runc (>= 1.0.0), containernetworking-plugins Replaces: cri-o-1.19, cri-o-1.20, cri-o-1.21, cri-o-1.22 Filename: ./amd64/cri-o_1.23.5~0_amd64.deb Size: 21918650 MD5sum: 562329a92e31c5261439e85b48d1e290 SHA1: 42df16cf310135d93994ef305f44ad31a78bf3e1 SHA256: df83804e68ee8a9aa70183cbe9458b00d903d12de0563070ad5a5e5ff73a0caf Section: devel Priority: optional Homepage: https://github.com/cri-o/cri-o Description: OCI-based implementation of Kubernetes Container Runtime Interface. Package: dh-golang Version: 1.48~bpo10+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 64 Depends: debhelper, libdpkg-perl, perl:any Filename: ./all/dh-golang_1.48~bpo10+1_all.deb Size: 24620 MD5sum: 3e70fcb08afb4f02ed6998356833f2c8 SHA1: 7a6bde0a4383c861753245617bbda78340fe0f7d SHA256: d5783f4a9ce8f0fe82b1c0c32af27e811bca5b32c9a48d11317c622da32a6b2b Section: devel Priority: optional Multi-Arch: foreign Description: debhelper add-on for packaging software written in Go (golang) dh-golang provides a debhelper sequence addon named 'golang', a buildsystem module named 'golang' and a command called dh_golang. . The golang debhelper buildsystem is designed to make packaging programs written in Go very simple. Package: golang-1.15 Version: 1.15.2-1 Architecture: all Maintainer: Go Compiler Team Installed-Size: 57 Depends: golang-1.15-doc (>= 1.15.2-1), golang-1.15-go (>= 1.15.2-1), golang-1.15-src (>= 1.15.2-1) Filename: ./all/golang-1.15_1.15.2-1_all.deb Size: 26464 MD5sum: 797d7c71e65b9119cdc40c9c32d83d67 SHA1: b148f3b20c430b72676c41aecdba10240bc37962 SHA256: 2999448b1578b5411e565821e66cd72352abacb6dcae1561bf7cfb63cdc3157e Section: devel Priority: optional Homepage: https://golang.org Description: Go programming language compiler - metapackage The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package is a metapackage that, when installed, guarantees that (most of) a full Go development environment is installed. Package: golang-1.15-doc Source: golang-1.15 Version: 1.15.2-1 Architecture: all Maintainer: Go Compiler Team Installed-Size: 4059 Depends: golang-1.15-go Filename: ./all/golang-1.15-doc_1.15.2-1_all.deb Size: 2459248 MD5sum: 3a4a0771438ea95b496369dc3ba65348 SHA1: 503290e6719c58a84221de2e8e1bfad748aa248f SHA256: f539ade70b1a8f2b2d20ea5f87b3e71d005888803f288f6d69819d519715c4d9 Section: doc Priority: optional Homepage: https://golang.org Description: Go programming language - documentation The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides the documentation for the Go programming language. You can view the formatted documentation by running "godoc --http=:6060", and then visiting http://localhost:6060/doc/install.html. Package: golang-1.15-go Source: golang-1.15 Version: 1.15.2-1 Architecture: amd64 Maintainer: Go Compiler Team Installed-Size: 256008 Depends: golang-1.15-src (>= 1.15.2-1), libc6 (>= 2.34) Recommends: g++, gcc, libc6-dev, pkg-config Suggests: bzr | brz, ca-certificates, git, mercurial, subversion Breaks: dh-golang (<< 1.43~) Filename: ./amd64/golang-1.15-go_1.15.2-1_amd64.deb Size: 51789092 MD5sum: 28a766c01a6bfe512bf08f0fb93fa56c SHA1: c18c424896ded369a4d3f873203a80a048903b96 SHA256: 1eb25a98a4b6e2983eab3cfa072708e75c512217d7e184e2e130ff1357d22321 Section: devel Priority: optional Homepage: https://golang.org Description: Go programming language compiler, linker, compiled stdlib The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides an assembler, compiler, linker, and compiled libraries for the Go programming language. . Go supports cross-compilation, but as of Go 1.5, it is no longer necessary to pre-compile the standard library inside GOROOT for cross-compilation to work. Package: golang-1.15-src Source: golang-1.15 Version: 1.15.2-1 Architecture: amd64 Maintainer: Go Compiler Team Installed-Size: 93960 Filename: ./amd64/golang-1.15-src_1.15.2-1_amd64.deb Size: 14470040 MD5sum: 224c2c357bfe5406120fa6b7f9c9bcfc SHA1: c2314ff652a541489a9e9f23b2f623c58855e641 SHA256: a27b13b34ee680345de9e564d81e4ca17e562b54ad05177dcc89d8cd317fa61c Section: devel Priority: optional Homepage: https://golang.org Description: Go programming language - source files The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides the Go programming language source files needed for cross-compilation. Package: golang-1.17 Version: 100:1.17.5-2 Architecture: amd64 Maintainer: Wong Hoi Sing Edison Installed-Size: 413584 Depends: libc6 (>= 2.34), perl:any Provides: golang-1.17-doc, golang-1.17-go, golang-1.17-src Filename: ./amd64/golang-1.17_1.17.5-2_amd64.deb Size: 77074976 MD5sum: 647c21916e5a5c59334eaf8f30c99fca SHA1: 461a7ec2481d6abec14131176be049661dd790e4 SHA256: 84ddc2176c4de730bc4342c98e5e4b7aa2fc87fd3d6399f067f90e214b8440cb Section: golang Priority: optional Homepage: https://github.com/golang/go/tags Description: Go programming language compiler - metapackage The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.