File: control

package info (click to toggle)
golang-github-jackc-pgx 4.18.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 796 kB
  • sloc: sh: 44; sql: 8; makefile: 7
file content (53 lines) | stat: -rw-r--r-- 1,920 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Source: golang-github-jackc-pgx
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Dmitry Smirnov <onlyjob@debian.org>,
 Pirate Praveen <praveen@debian.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
Build-Depends-Indep:
 golang-any,
 golang-github-cockroachdb-apd-dev,
 golang-github-gofrs-uuid-dev,
 golang-github-go-kit-log-dev,
 golang-github-inconshreveable-log15-dev,
 golang-github-jackc-pgconn-dev (>= 1.14.0),
 golang-github-jackc-pgtype-dev (>= 1.10.0),
 golang-github-jackc-puddle-dev (>= 1.3.0),
 golang-github-rs-zerolog-dev,
 golang-github-shopspring-decimal-dev,
 golang-github-sirupsen-logrus-dev,
 golang-github-stretchr-testify-dev (>= 1.8.1),
 golang-golang-x-crypto-dev,
 golang-golang-x-text-dev,
 golang-go.uber-zap-dev,
#Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-jackc-pgx
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-jackc-pgx.git
Homepage: https://github.com/jackc/pgx
XS-Go-Import-Path: github.com/jackc/pgx/v4

Package: golang-github-jackc-pgx-v4-dev
Architecture: all
Depends:
 golang-github-go-kit-log-dev,
 golang-github-inconshreveable-log15-dev,
 golang-github-jackc-pgconn-dev (>= 1.14.0),
 golang-github-jackc-pgtype-dev (>= 1.10.0),
 golang-github-jackc-puddle-dev (>= 1.3.0),
 golang-github-rs-zerolog-dev,
 golang-github-sirupsen-logrus-dev,
 golang-golang-x-crypto-dev,
 golang-golang-x-text-dev,
 golang-go.uber-zap-dev,
 ${misc:Depends},
Breaks: golang-github-jackc-pgtype-dev (<< 1.10.0-3~)
Description: PostgreSQL driver and toolkit for Golang
 Pure Golang driver and toolkit for PostgreSQL. The driver part of pgx is
 compatible with database/sql but also offers a native interface similar in
 style to database/sql that offers better performance and more features.