File: control

package info (click to toggle)
golang-gopkg-dancannon-gorethink.v1 1.4.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 764 kB
  • sloc: makefile: 3
file content (32 lines) | stat: -rw-r--r-- 1,402 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
Source: golang-gopkg-dancannon-gorethink.v1
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>, Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
               golang-logrus-dev,
               golang-github-cenkalti-backoff-dev,
               golang-goprotobuf-dev,
               golang-github-hailocab-go-hostpool-dev,
               golang-gopkg-fatih-pool.v2-dev
Standards-Version: 3.9.8
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gopkg-dancannon-gorethink.v1.git
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gopkg-dancannon-gorethink.v1
Homepage: https://github.com/dancannon/gorethink
XS-Go-Import-Path: gopkg.in/dancannon/gorethink.v1
Testsuite: autopkgtest-pkg-go

Package: golang-gopkg-dancannon-gorethink.v1-dev
Architecture: all
Depends: ${misc:Depends},
         golang-logrus-dev,
         golang-github-cenkalti-backoff-dev,
         golang-goprotobuf-dev,
         golang-github-hailocab-go-hostpool-dev,
         golang-gopkg-fatih-pool.v2-dev
Description: RethinkDB driver for Go
 RethinkDB >= 2.0 compatible driver. The driver uses a connection
 pool at all times, by default it creates and frees connections
 automatically. It's safe for concurrent use by multiple goroutines.