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.
|