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
|
Source: ecj
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 (>= 11),
default-jdk-headless,
maven-repo-helper
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/ecj.git
Vcs-Browser: https://salsa.debian.org/java-team/ecj
Homepage: http://www.eclipse.org/jdt/core/index.php
Rules-Requires-Root: no
Package: libecj-java
Architecture: all
Depends: ${misc:Depends}
Suggests: ant, ecj
Multi-Arch: foreign
Description: Eclipse Java compiler (library)
This package provides a standalone version of the Eclipse JDT compiler library
which is distributed as part of Eclipse. It passes the JCK (Java Compatibility
Kit) and is compatible with Java 1.3, 1.4, 5, 6, 7, 8 and 9.
|