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.
|