35 lines
1.2 KiB
Text
35 lines
1.2 KiB
Text
Source: golang-forgejo-go-chi-session
|
|
Section: golang
|
|
Priority: optional
|
|
Maintainer: Daniel Baumann <daniel@debian.org>
|
|
Build-Depends:
|
|
debhelper-compat (= 13),
|
|
dh-sequence-golang,
|
|
golang-any,
|
|
golang-github-bradfitz-gomemcache-dev,
|
|
golang-github-go-chi-chi-dev,
|
|
golang-github-go-redis-redis-dev (>= 9),
|
|
golang-github-go-sql-driver-mysql-dev,
|
|
golang-github-stretchr-testify-dev,
|
|
golang-pq-dev,
|
|
Rules-Requires-Root: no
|
|
Standards-Version: 4.7.2
|
|
Homepage: https://code.forgejo.org/go-chi/session
|
|
Vcs-Browser: https://forgejo.debian.net/forgejo/golang-forgejo-go-chi-session
|
|
Vcs-Git: https://forgejo.debian.net/forgejo/golang-forgejo-go-chi-session
|
|
Testsuite: autopkgtest-pkg-go
|
|
XS-Go-Import-Path: code.forgejo.org/go-chi/session
|
|
|
|
Package: golang-forgejo-go-chi-session-dev
|
|
Architecture: all
|
|
Multi-Arch: foreign
|
|
Depends:
|
|
golang-github-bradfitz-gomemcache-dev,
|
|
golang-github-go-chi-chi-dev,
|
|
golang-github-go-sql-driver-mysql-dev,
|
|
golang-github-stretchr-testify-dev,
|
|
golang-pq-dev,
|
|
${misc:Depends},
|
|
Description: session management for different backend (Go library)
|
|
session is a Go library providing session management for a lot of backends,
|
|
such as memory, file, Redis, Memcache, PostgreSQL and MySQL.
|