File: control

package info (click to toggle)
xslthl 2.1.3-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 660 kB
  • sloc: xml: 3,618; java: 2,476; sh: 11; makefile: 4
file content (33 lines) | stat: -rw-r--r-- 1,128 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
Source: xslthl
Section: text
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Mathieu Malaterre <malat@debian.org>
Build-Depends: debhelper (>=11),
               default-jdk,
               junit4,
               libsaxon-java,
               libsaxonhe-java,
               libxalan2-java,
               maven-debian-helper (>= 1.6.1)
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/java-team/xslthl.git
Vcs-Browser: https://salsa.debian.org/java-team/xslthl
Homepage: https://github.com/xmlark/xslthl/
Rules-Requires-Root: no

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.