File: control

package info (click to toggle)
golang-github-gorilla-sessions 1.1%2Bgit20170802.7.b61c93c-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 112 kB
  • sloc: makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,598 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
34
35
36
37
Source: golang-github-gorilla-sessions
Section: devel
Priority: extra
Maintainer: QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
               golang-github-gorilla-context-dev,
               golang-github-gorilla-securecookie-dev
Standards-Version: 4.1.0
Homepage: https://github.com/gorilla/sessions
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-gorilla-sessions.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-gorilla-sessions.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/gorilla/sessions

Package: golang-github-gorilla-sessions-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-gorilla-context-dev,
         golang-github-gorilla-securecookie-dev
Description: save cookie and filesystem sessions and allow custom session backends
 This package provides a Go library that implements methods to save
 cookies and filesystem sessions and allows custom session backends.
 It is provided by Gorilla which is a web toolkit for the Go
 programming language.
 .
 Features:
   - Simple API: use it as an easy way to set signed cookies
   - Cookies can optionally be enycrpted
   - Built-in backends to store sessions in cookies on the filesystem
   - Flash messages: session values that last until read
   - Session persistency switching
   - Methods to rotate authentication and encryption keys
   - Multiple sessions per request, even using different backends
   - Support for custom session backends