File: control

package info (click to toggle)
jhighlight 1.0-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 448 kB
  • sloc: java: 2,878; xml: 193; makefile: 17
file content (26 lines) | stat: -rw-r--r-- 1,056 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
Source: jhighlight
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends: ant,
               debhelper (>= 9),
               default-jdk,
               jflex,
               libservlet3.1-java,
               maven-repo-helper
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/jhighlight.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jhighlight.git
Homepage: https://jhighlight.dev.java.net

Package: libjhighlight-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Small embeddable Java library for syntax highlighting
 JHighlight is an embeddable Java syntax highlighting library that supports
 Java, HTML, XHTML, XML and LZX languages and outputs to XHTML.
 It also supports RIFE templates tags and highlights them clearly so that
 one can easily identify the difference between the RIFE markup and the
 actual marked up source.