File: control

package info (click to toggle)
procyon 0.5.32-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,968 kB
  • sloc: java: 119,656; xml: 232; makefile: 7; sh: 2
file content (45 lines) | stat: -rw-r--r-- 1,404 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
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 (>= 11),
 default-jdk-headless,
 gradle-debian-helper,
 javahelper,
 libjcommander-java (>= 1.71-1~),
 maven-repo-helper
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/java-team/procyon.git
Vcs-Browser: https://salsa.debian.org/java-team/procyon
Homepage: https://bitbucket.org/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
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