procyon 0.5.36-1 source package in Ubuntu
Changelog
procyon (0.5.36-1) unstable; urgency=medium * New upstream release - Refreshed the patches - Updated the Maven poms * Standards-Version updated to 4.5.0 -- Emmanuel Bourg <email address hidden> Sun, 01 Mar 2020 22:58:41 +0100
Upload details
- Uploaded by:
- Debian Java Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Java Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
procyon_0.5.36-1.dsc | 2.1 KiB | 0f4740839a539ba01e4f6bcae3ea2d8f39bc3127b4a72026906542a01d3484c9 |
procyon_0.5.36.orig.tar.xz | 603.7 KiB | 0aa5b227b6198cc301ddbc947bfadd9ae331ffec097df18187eca9dc85620bea |
procyon_0.5.36-1.debian.tar.xz | 8.7 KiB | 7ac9823ea5ada9b920060a77978e134e1b37bb681917cc558bb909ba040beaf3 |
Available diffs
- diff from 0.5.32-5 to 0.5.36-1 (59.8 KiB)
No changes file available.
Binary packages built by this source
- libprocyon-java: 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
- procyon-decompiler: 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