File: control

package info (click to toggle)
libtext-sass-perl 1.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 316 kB
  • ctags: 67
  • sloc: perl: 825; makefile: 64
file content (36 lines) | stat: -rw-r--r-- 1,224 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
32
33
34
35
36
Source: libtext-sass-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: cdbs,
 licensecheck,
 perl,
 libmodule-build-perl (>= 0.390000),
 debhelper,
 dh-buildinfo,
 libreadonly-perl,
 libconvert-color-perl,
 libtest-distribution-perl,
 libtest-perl-critic-perl,
 libtry-tiny-perl (>= 0.06)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtext-sass-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtext-sass-perl
Homepage: http://search.cpan.org/dist/Text-Sass/

Package: libtext-sass-perl
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${perl:Depends}
Recommends: ${cdbs:Recommends}
Description: implementation of the Sass CSS meta-language
 Sass is a meta-language on top of CSS that’s used to describe the style
 of a document cleanly and structurally, with more power than flat CSS
 allows.  Sass both provides a simpler, more elegant syntax for CSS and
 implements various features that are useful for creating manageable
 stylesheets.
 .
 Text::Sass is a Perl implementation of Sass.