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
|
Source: procyon
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
debhelper-compat (= 13),
default-jdk-headless,
gradle-debian-helper,
javahelper,
junit4,
libjcommander-java (>= 1.71-1~),
maven-repo-helper
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/procyon.git
Vcs-Browser: https://salsa.debian.org/java-team/procyon
Homepage: https://github.com/mstrobel/procyon
Package: libprocyon-java
Architecture: all
Depends: ${misc:Depends}
Description: Procyon Framework
Procyon is a suite of Java metaprogramming tools focused on code
generation and analysis. It includes the following libraries:
* Core Framework
* Reflection Framework
* Expressions Framework
* Compiler Toolset
* Java Decompiler
Package: procyon-decompiler
Architecture: all
Depends:
${misc:Depends},
default-jre-headless (>= 2:1.7),
libjcommander-java,
libprocyon-java (= ${source:Version})
Description: Procyon Java Decompiler
Procyon is a Java decompiler handling language enhancements from Java 5
and beyond that most other decompilers don't. It also excels in areas
where others fall short. Procyon in particular does well with:
* Enum declarations
* Enum and String switch statements
* Local classes (both anonymous and named)
* Annotations
* Java 8 Lambdas and method references
|