Source: golang-github-go-macaron-session Section: devel Priority: extra Maintainer: Debian Go Packaging Team Uploaders: Dmitry Smirnov 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/git/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.