File: control

package info (click to toggle)
golang-github-codegangsta-negroni 0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 116 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 985 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
Source: golang-github-codegangsta-negroni
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any
Standards-Version: 4.6.0
Homepage: https://github.com/codegangsta/negroni
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-codegangsta-negroni
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-codegangsta-negroni.git
XS-Go-Import-Path: github.com/codegangsta/negroni

Package: golang-github-codegangsta-negroni-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
Description: idiomatic HTTP middleware for Golang
 Negroni is an idiomatic approach to web middleware in Go. It is
 tiny, non-intrusive, and encourages use of net/http Handlers.
 .
 Negroni is not a framework. It is a library that is designed to
 work directly with net/http.