File: control

package info (click to toggle)
golang-gopkg-mgo.v2 2016.02.04-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch, stretch-backports
  • size: 936 kB
  • ctags: 1,373
  • sloc: ansic: 296; sh: 65; makefile: 15
file content (33 lines) | stat: -rw-r--r-- 1,189 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
Source: golang-gopkg-mgo.v2
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>,
           James Page <james.page@ubuntu.com>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
               golang-gopkg-tomb.v2-dev,
               libsasl2-dev
#               golang-check.v1-dev,
#               supervisor,
#               mongodb-server
Standards-Version: 3.9.8
Homepage: http://labix.org/mgo
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-gopkg-mgo.v2.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-gopkg-mgo.v2.git

Package: golang-gopkg-mgo.v2-dev
Architecture: all
Depends: ${misc:Depends},
         ${shlibs:Depends},
         golang-gopkg-tomb.v2-dev,
         libsasl2-dev,
         golang-check.v1-dev,
Built-Using: ${misc:Built-Using}
Description: Go library for MongoDB
 mgo (pronounced as mango) is a MongoDB driver for the Go language
 that implements a rich and well tested selection of features under
 a very simple API following standard Go idioms.
 .
 This package contains the source.