File: control

package info (click to toggle)
golang-github-rsc-devweb 0.0.0%2B2016.01.15.git.29cc9e1b05-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 60 kB
  • sloc: makefile: 6
file content (31 lines) | stat: -rw-r--r-- 980 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
Source: golang-github-rsc-devweb
Section: devel
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
 Rene Luria <rene.luria@infomaniak.com>,
Build-Depends:
 debhelper-compat (= 12),
 dh-golang,
 golang-any,
 openstack-pkg-tools (>= 99~),
Standards-Version: 4.2.0
Homepage: https://github.com/rsc/devweb
Vcs-Browser: https://salsa.debian.org/openstack-team/third-party/golang-github-rsc-devweb
Vcs-Git: https://salsa.debian.org/openstack-team/third-party/golang-github-rsc-devweb.git
XS-Go-Import-Path: github.com/rsc/devweb

Package: golang-github-rsc-devweb
Architecture: any
Built-Using:
 ${misc:Built-Using},
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Development web server
 This repo holds a program that lets you work on a Go web server and have
 it automatically recompile on each request, like in the App Engine local
 development SDK.
 .
 See https://godoc.org/rsc.io/devweb.