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
|
Source: libnb-javaparser-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Marek Slama <marek.slama@sun.com>,
Andrew Ross <ubuntu@rossfamily.co.uk>
Build-Depends:
ant,
ant-optional,
debhelper (>= 12),
default-jdk,
javahelper,
junit4
Standards-Version: 4.3.0
Homepage: https://netbeans.org/
Vcs-Browser: https://salsa.debian.org/java-team/libnb-javaparser-java
Vcs-Git: https://salsa.debian.org/java-team/libnb-javaparser-java.git
Package: libnb-javaparser-java
Architecture: all
Depends:
${java:Depends},
${misc:Depends}
Description: Parser for the Java language which is good for use in tools
NetBeans parser for Java is patched version of the Java compiler.
The patches are necessary for making the compiler usable in tools.
They contain things like improved error recovery, performance
improvements etc.
.
Please notice that the NetBeans Java parser is intended solely for use
in development tools and can not and should not be used as a Java compiler.
It does not produce class files. If you want to compile Java source code
use the javac compiler included in JDK releases.
|