File: control

package info (click to toggle)
libtext-sass-perl 1.0.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 312 kB
  • sloc: perl: 825; makefile: 58
file content (40 lines) | stat: -rw-r--r-- 1,259 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
37
38
39
40
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:
 debhelper-compat (= 13),
 libconvert-color-perl,
 libmodule-build-perl,
 libreadonly-perl,
 libtest-distribution-perl <!nocheck>,
 libtest-perl-critic-perl <!nocheck>,
 libtry-tiny-perl <!nocheck>,
 perl
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtext-sass-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtext-sass-perl.git
Homepage: https://metacpan.org/release/Text-Sass
Rules-Requires-Root: no

Package: libtext-sass-perl
Architecture: all
Multi-Arch: foreign
Depends:
 libconvert-color-perl,
 libreadonly-perl,
 ${misc:Depends},
 ${perl:Depends},
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.