File: control

package info (click to toggle)
werken.xpath 0.9.4-15
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 2,576 kB
  • ctags: 1,927
  • sloc: java: 3,115; xml: 1,144; sh: 31; makefile: 13
file content (43 lines) | stat: -rw-r--r-- 1,756 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
42
43
Source: werken.xpath
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib@debian.org>
Build-Depends: ant, cdbs, debhelper(>= 9), default-jdk
Build-Depends-Indep: libantlr-java (>= 2.7),
                     libjdom1-java,
                     libxerces2-java,
                     maven-repo-helper
Standards-Version: 3.9.5
Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/werken.xpath
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/werken.xpath/
Homepage: http://werken-xpath.sourceforge.net

Package: libwerken.xpath-java
Architecture: all
Depends: libantlr-java (>= 2.7), libjdom1-java, libxerces2-java, ${misc:Depends}
Description: JDOM XPath Engine
 A XPath Engine for JDOM, created by the Werken & Sons Company.
 .
 It's not overly useful by itself, but rather needs an (currently in
 development) implementation of XPointer, XSLT, or other XPath-based
 specification.  werken.xpath is merely an engine which can parse XPaths,
 and walk JDOM <http://www.jdom.org/> trees.

Package: libwerken.xpath-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libwerken.xpath-java
Breaks: libwerken.xpath-java (<< 0.9.4-14)
Replaces: libwerken.xpath-java (<< 0.9.4-14)
Description: JDOM XPath Engine - documentation
 A XPath Engine for JDOM, created by the Werken & Sons Company.
 .
 It's not overly useful by itself, but rather needs an (currently in
 development) implementation of XPointer, XSLT, or other XPath-based
 specification.  werken.xpath is merely an engine which can parse XPaths,
 and walk JDOM <http://www.jdom.org/> trees.
 .
 This package contains Javadoc HTML documentation for
 libwerken.xpath-java.