File: control

package info (click to toggle)
golang-github-bmizerany-pat 0.0~git20140625-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 76 kB
  • ctags: 37
  • sloc: makefile: 7
file content (23 lines) | stat: -rw-r--r-- 1,059 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
Source: golang-github-bmizerany-pat
Section: devel
Priority: extra
Homepage: https://github.com/bmizerany/pat
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <alexandre@alexandreviau.net>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
               golang-github-bmizerany-assert-dev
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-bmizerany-pat.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-go/packages/golang-github-bmizerany-pat.git

Package: golang-github-bmizerany-pat-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, golang-github-bmizerany-assert-dev
Built-Using: ${misc:Built-Using}
Description: Sinatra style pattern muxer for Go's net/http library
 PatternServeMux is an HTTP request multiplexer. It matches the URL of each
 incoming request against a list of registered patterns with their associated
 methods and calls the handler for the pattern that most closely matches the
 URL.