File: control

package info (click to toggle)
cssparser 0.9.5-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 732 kB
  • ctags: 1,182
  • sloc: java: 5,733; xml: 215; makefile: 10; sh: 7
file content (41 lines) | stat: -rw-r--r-- 1,740 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
41
Source: cssparser
Section: java
Priority: optional
Maintainer: Ludovico Cavedon <cavedon@debian.org>
Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper
Build-Depends-Indep: libjavacc-maven-plugin-java (>= 2.6),
 libmaven-compiler-plugin-java (>= 2.0.2), libsac-java, junit4,
 libmaven-javadoc-plugin-java, javacc (>= 5.0-4~)
Standards-Version: 3.9.0
Vcs-Git: git://git.debian.org/collab-maint/cssparser.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/cssparser.git;a=summary
Homepage: http://cssparser.sourceforge.net/

Package: libcssparser-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Recommends: ${maven:OptionalDepends}
Description: Java CSS2 Parser
 The CSS Parser is a Java library, that inputs Cascading Style Sheets Level 2
 source text and outputs a Document Object Model Level 2 Style tree.
 Alternatively, applications can use SAC: The Simple API for CSS.  Its purpose
 is to allow developers working with Java to incorporate Cascading Style Sheet
 information, primarily in conjunction with XML application developments.

Package: libcssparser-java-doc
Section: doc
Priority: extra
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Recommends: ${maven:OptionalDepends}
Description: Java CSS2 Parser (documentation)
 The CSS Parser is a Java library, that inputs Cascading Style Sheets Level 2
 source text and outputs a Document Object Model Level 2 Style tree.
 Alternatively, applications can use SAC: The Simple API for CSS.  Its purpose
 is to allow developers working with Java to incorporate Cascading Style Sheet
 information, primarily in conjunction with XML application developments.
 .
 This package provides the API documentation for libcssparser-java.