File: control

package info (click to toggle)
xslthl 2.1.3-5.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 660 kB
  • sloc: xml: 3,618; java: 2,476; sh: 11; makefile: 4
file content (33 lines) | stat: -rw-r--r-- 1,029 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
25
26
27
28
29
30
31
32
33
Source: xslthl
Section: text
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Eugene Zhukov <eugene@debian.org>
Build-Depends:
 debhelper (>=11),
 default-jdk,
 junit4,
 libsaxon-java,
 libsaxonhe-java,
 libxalan2-java,
 maven-debian-helper (>= 1.6.1)
Standards-Version: 4.1.3
Vcs-Git: https://anonscm.debian.org/git/pkg-java/xslthl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/xslthl.git
Homepage: http://xslthl.sourceforge.net

Package: libxslthl-java
Section: java
Architecture: all
Multi-Arch: foreign
Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: XSLT syntax highlighting
 This is an implementation of syntax highlighting as an extension module for
 XSLT processors
 .
 Article about programming written in DocBook, code examples can be
 automatically syntax highlighted during the XSLT processing phase.
 .
 This version of xslthl provides extensions of the Apache Xalan and Saxon
 XSLT processors.