File: control

package info (click to toggle)
golang-github-gin-contrib-static 0.0~git20200916.d45d9a3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 100 kB
  • sloc: makefile: 6
file content (28 lines) | stat: -rw-r--r-- 1,185 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
Source: golang-github-gin-contrib-static
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-github-elazarl-go-bindata-assetfs-dev,
               golang-github-gin-gonic-gin-dev,
               golang-github-stretchr-testify-dev
Standards-Version: 4.5.0
Homepage: https://github.com/gin-contrib/static
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-gin-contrib-static
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-gin-contrib-static.git
XS-Go-Import-Path: github.com/gin-contrib/static
Testsuite: autopkgtest-pkg-go

Package: golang-github-gin-contrib-static-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-elazarl-go-bindata-assetfs-dev,
         golang-github-gin-gonic-gin-dev,
         golang-github-stretchr-testify-dev
Description: webserver for static files
 This package contains a simple webserver that serves static files
 from a given directory.
 It can be used to serve binary data as well.