File: control

package info (click to toggle)
libjsyntaxpane-java 0.9.6~r156-7.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,428 kB
  • sloc: java: 6,108; xml: 41; sh: 14; makefile: 11; javascript: 4
file content (38 lines) | stat: -rw-r--r-- 1,611 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
34
35
36
37
38
Source: libjsyntaxpane-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Felix Natter <fnatter@gmx.net>
Build-Depends: debhelper (>= 11), javahelper (>= 0.32), jflex
Build-Depends-Indep: default-jdk
Standards-Version: 4.1.4
Vcs-Git: https://salsa.debian.org/java-team/libjsyntaxpane-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libjsyntaxpane-java
Homepage: http://code.google.com/p/jsyntaxpane/

Package: libjsyntaxpane-java
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
Description: Java EditorPane with support for Syntax Highlighting
 JSyntaxPane provides you with a very simple to use, and now with
 simple method to configure, way to handle simple Syntax Highlighting
 and editing of various languages within your Java Swing application.
 .
 Currently supported out of the box are Java, JavaScript, Properties,
 Groovy, C, C++, XML, SQL, Ruby and Python.

Package: libjsyntaxpane-java-doc
Architecture: all
Section: doc
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
Description: Java EditorPane with support for Syntax Highlighting (javadoc files)
 JSyntaxPane provides you with a very simple to use, and now with
 simple method to configure, way to handle simple Syntax Highlighting
 and editing of various languages within your Java Swing application.
 .
 Currently supported out of the box are Java, JavaScript, Properties,
 Groovy, C, C++, XML, SQL, Ruby and Python.
 .
 This package contains the JavaDoc documentation of the package.