procyon 0.6.0-2ubuntu1 source package in Ubuntu

Changelog

procyon (0.6.0-2ubuntu1) oracular; urgency=medium

  * Merge with Debian unstable (LP: #2064898). Remaining changes:
    - 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.

procyon (0.6.0-2) unstable; urgency=medium

  * Prevent untrusted code execution from the command line (Closes: #1068463)

 -- Vladimir Petko <email address hidden>  Mon, 06 May 2024 18:00:06 +1200

Upload details

Uploaded by:
Vladimir Petko
Uploaded to:
Oracular
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
procyon_0.6.0.orig.tar.xz 687.9 KiB a9ae4ed6fbd1f6603917d49685eb005585b33f43a08e167808aca1296b3956fb
procyon_0.6.0-2ubuntu1.debian.tar.xz 9.2 KiB 0d86bc1c07aee6611b75bb4036c253566d60b405b65ede768d46c77caad05314
procyon_0.6.0-2ubuntu1.dsc 2.2 KiB 7089ed742a5a5de1746b1f1319acff829f3e967068e3bda9efe0c45b3cbda414

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