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 30 31 32 33 34 35 36 37 38 39
|
Source: golang-github-revel-revel
Section: devel
Priority: extra
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hp.com>
Build-Depends: debhelper (>= 9),
dh-golang,
golang-github-agtorre-gocolorize-dev,
golang-github-bradfitz-gomemcache-dev,
golang-github-garyburd-redigo-dev,
golang-github-go-fsnotify-fsnotify-dev | golang-fsnotify-dev,
# golang-github-pmylund-go-cache-dev,
golang-github-robfig-config-dev,
golang-github-robfig-pathtree-dev,
golang-go,
golang-golang-x-net-dev
Standards-Version: 3.9.6
Homepage: https://github.com/revel/revel
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-revel.git
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-revel.git
XS-Go-Import-Path: github.com/revel/revel
Package: golang-github-revel-revel-dev
Architecture: all
Depends: golang-github-agtorre-gocolorize-dev,
golang-github-bradfitz-gomemcache-dev,
golang-github-garyburd-redigo-dev,
golang-github-go-fsnotify-fsnotify-dev | golang-fsnotify-dev,
# golang-github-pmylund-go-cache-dev,
golang-github-robfig-config-dev,
golang-github-robfig-pathtree-dev,
golang-go,
golang-golang-x-net-dev,
${misc:Depends},
${shlibs:Depends}
Description: high productivity, full-stack web framework for the Go language
Revel is a web framework that builds on top of the high-perfomance
Go HTTP server. It provide routing, parameter parsing, validation,
templating, caching and a testing framework.
|