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
|
Source: golang-github-dchest-cssmin
Standards-Version: 4.7.2
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders:
Anthony Fok <foka@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-golang,
golang-any,
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-dchest-cssmin
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-dchest-cssmin.git
Homepage: https://github.com/dchest/cssmin
XS-Go-Import-Path: github.com/dchest/cssmin
Package: golang-github-dchest-cssmin-dev
Architecture: all
Multi-Arch: foreign
Depends:
${shlibs:Depends},
${misc:Depends},
Description: Go package to minify CSS
Go library for minifying CSS. It is a direct port of Ryan Grove’s
cssmin from Ruby found at https://github.com/rgrove/cssmin
(Debian package ruby-cssmin).
.
Documentation at http://godoc.org/github.com/dchest/cssmin
|