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
|
Source: golang-github-gorilla-pat
Section: devel
Priority: extra
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10),
dh-golang,
golang-any,
golang-github-gorilla-context-dev,
golang-github-gorilla-mux-dev
Standards-Version: 4.1.0
Homepage: https://github.com/gorilla/pat
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-gorilla-pat
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-gorilla-pat.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/gorilla/pat
Package: golang-github-gorilla-pat-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
golang-github-gorilla-context-dev,
golang-github-gorilla-mux-dev
Description: request router and dispatcher with a pat-like interface
This package implements a request router and dispatcher with a
pat-like interface. It is an alternative to gorilla/mux that
showcases how it can be used as a base for different API flavors.
.
Documentation: https://godoc.org/github.com/bmizerany/pat
Examples: http://www.gorillatoolkit.org/pkg/pat
|