Source: golang-github-lib-pq Section: devel Priority: optional Testsuite: autopkgtest-pkg-go Maintainer: Debian Go Packaging Team Uploaders: Michael Stapelberg , Daniel Swarbrick , Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-github-jcmturner-gokrb5.v8-dev, Standards-Version: 4.6.1 Rules-Requires-Root: no Homepage: https://github.com/lib/pq Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-lib-pq Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-lib-pq.git XS-Go-Import-Path: github.com/lib/pq Package: golang-github-lib-pq-dev Architecture: all Multi-Arch: foreign Depends: golang-github-jcmturner-gokrb5.v8-dev, ${misc:Depends}, Replaces: golang-pq-dev (<< 0.0~git20151007.0.ffe986a-1~), Breaks: golang-pq-dev (<< 0.0~git20151007.0.ffe986a-1~), Provides: golang-pq-dev, Description: pure Go Postgres driver for Go’s database/sql package After importing this package, you can connect to a Postgres database from your Go programs. This package does not depend on libpq-dev and does not need cgo, making it suitable for use when cross-compiling. . This package contains the source.