File: control

package info (click to toggle)
golang-github-revel-revel 0.12.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 828 kB
  • sloc: xml: 7; makefile: 4
file content (39 lines) | stat: -rw-r--r-- 1,706 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Source: golang-github-revel-revel
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-github-agtorre-gocolorize-dev,
               golang-github-bradfitz-gomemcache-dev,
               golang-github-garyburd-redigo-dev,
               golang-github-fsnotify-fsnotify-dev,
               golang-github-pmylund-go-cache-dev,
               golang-github-robfig-config-dev,
               golang-github-robfig-pathtree-dev,
               golang-any,
               golang-golang-x-net-dev
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-revel-revel.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-revel-revel.git
Homepage: https://github.com/revel/revel
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-fsnotify-fsnotify-dev,
         golang-github-pmylund-go-cache-dev,
         golang-github-robfig-config-dev,
         golang-github-robfig-pathtree-dev,
         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.