procyon 0.6.0-1ubuntu1 source package in Ubuntu

Changelog

procyon (0.6.0-1ubuntu1) noble; urgency=medium

  * d/p/03-java21-disable-failing-tests.patch: disable tests failing
    with Java 21 (LP: #2054251). The decompiler still produces reasonable
    code, just not what the tests expect.

 -- Vladimir Petko <email address hidden>  Mon, 19 Feb 2024 11:55:04 +1300

Upload details

Uploaded by:
Vladimir Petko
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
procyon_0.6.0.orig.tar.xz 687.9 KiB a9ae4ed6fbd1f6603917d49685eb005585b33f43a08e167808aca1296b3956fb
procyon_0.6.0-1ubuntu1.debian.tar.xz 9.1 KiB a096e39708c8bf541c4640c47b4e282b20abec16d1b74b0875c200d42192b4ea
procyon_0.6.0-1ubuntu1.dsc 2.0 KiB b719e27c9d8e7cf3374dbe9743c40bb052be27aa0adab85bf903f6e3dc536731

View changes file

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