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
|
Source: golang-github-go-macaron-session
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper (>= 9),
dh-golang,
golang-go,
golang-github-bradfitz-gomemcache-dev,
# golang-github-couchbaselabs-go-couchbase-dev,
golang-github-go-sql-driver-mysql-dev,
golang-github-lib-pq-dev,
# golang-github-lunny-nodb-dev,
# golang-github-siddontang-ledisdb-dev,
golang-github-smartystreets-goconvey-dev,
golang-github-unknwon-com-dev,
golang-gopkg-ini.v1-dev,
golang-gopkg-macaron.v1-dev,
golang-gopkg-redis.v2-dev
Standards-Version: 3.9.6
Homepage: https://github.com/go-macaron/session
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-go-macaron-session.git
Vcs-Git: https://anonscm.debian.org/pkg-go/packages/golang-github-go-macaron-session.git
XS-Go-Import-Path: github.com/go-macaron/session
Package: golang-github-go-macaron-session-dev
Architecture: all
Depends: ${misc:Depends},
golang-go,
golang-github-bradfitz-gomemcache-dev,
# golang-github-couchbaselabs-go-couchbase-dev,
golang-github-go-sql-driver-mysql-dev,
golang-github-lib-pq-dev,
# golang-github-lunny-nodb-dev,
# golang-github-siddontang-ledisdb-dev,
golang-github-smartystreets-goconvey-dev,
golang-github-unknwon-com-dev,
golang-gopkg-ini.v1-dev,
golang-gopkg-macaron.v1-dev,
golang-gopkg-redis.v2-dev
Description: session management middleware for Macaron
Middleware session provides session management for Macaron
(https://github.com/go-macaron/macaron).
It can use many session providers, including memory, file, Redis,
Memcache, PostgreSQL, MySQL, Couchbase, Ledis and Nodb.
|