Source: golang-github-gorilla-pat
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-mux-dev
Standards-Version: 4.1.0
Homepage: https://github.com/gorilla/pat
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-gorilla-pat.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/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