File: control

package info (click to toggle)
golang-github-bouk-httprouter 2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 148 kB
  • sloc: makefile: 3
file content (25 lines) | stat: -rw-r--r-- 1,038 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
Source: golang-github-bouk-httprouter
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any
Standards-Version: 4.2.1
Homepage: https://github.com/bouk/httprouter
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-bouk-httprouter
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-bouk-httprouter.git
XS-Go-Import-Path: github.com/bouk/httprouter
Testsuite: autopkgtest-pkg-go

Package: golang-github-bouk-httprouter-dev
Architecture: all
Depends: ${misc:Depends}
Description: lightweight high performance HTTP request router
 HttpRouter is a lightweight high performance HTTP request router (also
 called multiplexer or just mux for short) for Go.
 .
 In contrast to the default mux Go's net/http package, this router
 supports variables in the routing pattern and matches against the
 request method. It also scales better.