File: control

package info (click to toggle)
golang-mongodb-mongo-driver 1.8.1%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 18,500 kB
  • sloc: perl: 533; ansic: 491; python: 432; makefile: 187; sh: 72
file content (60 lines) | stat: -rw-r--r-- 1,977 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
Source: golang-mongodb-mongo-driver
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Guillem Jover <gjover@sipwise.com>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
 golang-github-go-stack-stack-dev,
 golang-github-golang-snappy-dev,
 golang-github-google-go-cmp-dev,
 golang-github-klauspost-compress-dev,
 golang-github-kr-pretty-dev,
 golang-github-montanaflynn-stats-dev,
 golang-github-pkg-errors-dev,
 golang-github-stretchr-testify-dev,
 golang-github-tidwall-pretty-dev,
 golang-github-xdg-go-scram-dev,
 golang-github-xdg-go-stringprep-dev,
 golang-github-youmark-pkcs8-dev,
 golang-golang-x-crypto-dev,
 golang-golang-x-sync-dev,
 golang-golang-x-tools-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-mongodb-mongo-driver
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-mongodb-mongo-driver.git
Homepage: https://github.com/mongodb/mongo-go-driver.git
XS-Go-Import-Path: go.mongodb.org/mongo-driver

Package: golang-mongodb-mongo-driver-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-go-stack-stack-dev,
 golang-github-golang-snappy-dev,
 golang-github-google-go-cmp-dev,
 golang-github-klauspost-compress-dev,
 golang-github-kr-pretty-dev,
 golang-github-montanaflynn-stats-dev,
 golang-github-pkg-errors-dev,
 golang-github-stretchr-testify-dev,
 golang-github-tidwall-pretty-dev,
 golang-github-xdg-go-scram-dev,
 golang-github-xdg-go-stringprep-dev,
 golang-github-youmark-pkcs8-dev,
 golang-golang-x-crypto-dev,
 golang-golang-x-sync-dev,
 golang-golang-x-tools-dev,
 ${misc:Depends},
Description: MongoDB official driver for Go
 The MongoDB Go official driver implements the API necessary to interface
 with MongoDB servers.
 .
 It support wire protocol compression using Snappy, zLib, or zstd.
 .
 MongoDB 2.6 and higher is required.