File: control

package info (click to toggle)
javaparser 1.0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,060 kB
  • ctags: 2,258
  • sloc: java: 12,555; xml: 198; makefile: 4
file content (55 lines) | stat: -rw-r--r-- 1,871 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
44
45
46
47
48
49
50
51
52
53
54
55
Source: javaparser
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Benjamin Mesing <ben@debian.org>
Build-Depends:
 debhelper (>= 10),
 junit4,
 libbuild-helper-maven-plugin-java,
 libjavacc-maven-plugin-java,
 libmaven-javadoc-plugin-java,
 maven-debian-helper
Standards-Version: 4.0.0
Vcs-Git: https://anonscm.debian.org/git/pkg-java/javaparser.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/javaparser.git
Homepage: http://javaparser.org

Package: libjavaparser-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Suggests: libjavaparser-java-doc
Description: Java library for parsing Java 7
 The library features abstract syntax tree (AST) generation and supports
 the visitor pattern. The AST records the source code structure, javadoc
 and comments. It is also possible to change the AST nodes or create new
 ones to modify the source code.
 .
 Main features are:
  * light weight
  * good performance
  * easy to use
  * AST can be modified
  * AST can be created from scratc

Package: libjavaparser-java-doc
Architecture: all
Section: doc
Depends: ${maven:DocDepends}, ${misc:Depends}
Recommends: default-jdk-doc, librsyntaxtextarea-java-doc, ${maven:DocOptionalDepends}
Suggests: libautocomplete-java
Description: Java library for parsing Java 7 (documentation)
 The library features abstract syntax tree (AST) generation and supports
 the visitor pattern. The AST records the source code structure, javadoc
 and comments. It is also possible to change the AST nodes or create new
 ones to modify the source code.
 .
 Main features are:
  * light weight
  * good performance
  * easy to use
  * AST can be modified
  * AST can be created from scratc
 .
 This package contains the API documentation of libjavaparser-java.