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-rakyll-statik
Section: devel
Priority: extra
Homepage: https://github.com/rakyll/statik
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 9),
dh-golang,
golang-go
Standards-Version: 3.9.7
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-rakyll-statik.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-rakyll-statik.git
XS-Go-Import-Path: github.com/rakyll/statik
Package: golang-github-rakyll-statik-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Built-Using: ${misc:Built-Using}
Description: embed static files into a Go executable. Dev package
statik allows you to embed a directory of static files
into your Go binary to be later served from an http.FileSystem.
.
This is the dev package.
Package: golang-statik
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Built-Using: ${misc:Built-Using}
Description: embed static files into a Go executable
statik allows you to embed a directory of static files
into your Go binary to be later served from an http.FileSystem.
|