File: control

package info (click to toggle)
golang-github-gorilla-pat 0.0~git20160413.0.cf955c3-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 76 kB
  • sloc: makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,176 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
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