File: control

package info (click to toggle)
libcss-perl 1.09-1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 988 kB
  • ctags: 146
  • sloc: perl: 13,716; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 667 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: libcss-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libparse-recdescent-perl (>= 1), perl
Maintainer: Alejandro Garrido Mota <alejandro@debian.org>
Standards-Version: 3.9.4
Homepage: http://search.cpan.org/dist/CSS/

Package: libcss-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libparse-recdescent-perl (>= 1)
Description: object oriented access to Cascading Style Sheets (CSS)
 This module can be used, along with a CSS::Parse::* module, to parse
 CSS data and represent it as a tree of objects. Using a CSS::Adaptor::*
 module, the CSS data tree can then be transformed into other formats.