File: control

package info (click to toggle)
golang-github-dchest-cssmin 0.0~git20151210.0.fb8d9b4-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 68 kB
  • ctags: 22
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 943 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: golang-github-dchest-cssmin
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-any
Standards-Version: 3.9.8
Homepage: https://github.com/dchest/cssmin
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-dchest-cssmin.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-dchest-cssmin.git
XS-Go-Import-Path: github.com/dchest/cssmin

Package: golang-github-dchest-cssmin-dev
Architecture: all
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