File: control

package info (click to toggle)
golang-github-jackc-pgx 4.15.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 712 kB
  • sloc: sh: 44; makefile: 9; sql: 8
file content (63 lines) | stat: -rw-r--r-- 2,124 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
54
55
56
57
58
59
60
61
62
63
Source: golang-github-jackc-pgx
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Dmitry Smirnov <onlyjob@debian.org>,
 Pirate Praveen <praveen@debian.org>
Section: devel
#Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-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-fake-dev,
 golang-github-jackc-pgconn-dev,
 golang-github-jackc-pgtype-dev,
 golang-github-jackc-puddle-dev,
 golang-github-pkg-errors-dev,
 golang-github-rs-zerolog-dev,
 golang-github-satori-go.uuid-dev,
 golang-github-shopspring-decimal-dev,
 golang-github-sirupsen-logrus-dev,
 golang-golang-x-crypto-dev,
 golang-golang-x-text-dev,
 golang-go.uber-zap-dev,
 golang-pq-dev,
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
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/jackc/pgx/v4

Package: golang-github-jackc-pgx-v4-dev
Architecture: all
Depends:
 ${misc:Depends},
 golang-github-cockroachdb-apd-dev,
 golang-github-gofrs-uuid-dev,
 golang-github-go-kit-log-dev,
 golang-github-inconshreveable-log15-dev,
 golang-github-jackc-fake-dev,
 golang-github-jackc-pgconn-dev,
 golang-github-jackc-pgtype-dev,
 golang-github-jackc-puddle-dev,
 golang-github-pkg-errors-dev,
 golang-github-rs-zerolog-dev,
 golang-github-satori-go.uuid-dev,
 golang-github-shopspring-decimal-dev,
 golang-github-sirupsen-logrus-dev,
 golang-golang-x-crypto-dev,
 golang-golang-x-text-dev,
 golang-go.uber-zap-dev,
 golang-pq-dev,
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.