File: control

package info (click to toggle)
libcss-dom-perl 0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 688 kB
  • sloc: perl: 7,310; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 945 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: libcss-dom-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nicholas Bamber <nicholas@periapt.co.uk>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libclone-perl,
                     perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcss-dom-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcss-dom-perl.git
Homepage: https://metacpan.org/release/CSS-DOM/

Package: libcss-dom-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclone-perl
Description: interface to the Document Object Model for Cascading Style Sheets
 This set of modules provides the CSS-specific interfaces described in the W3C
 DOM recommendation. The CSS::DOM class itself implements the StyleSheet and
 CSSStyleSheet DOM interfaces.