jclassinfo 0.19.1-9 source package in Ubuntu

Changelog

jclassinfo (0.19.1-9) unstable; urgency=medium

  * QA upload.
  * Remove non-existing Vcs-Svn.

 -- Bastian Germann <email address hidden>  Tue, 14 Feb 2023 15:28:05 +0100

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel
Noble release universe devel
Mantic release universe devel
Lunar release universe devel

Downloads

File Size SHA-256 Checksum
jclassinfo_0.19.1-9.dsc 1.6 KiB 0dc332e40ec12a881de8fee5e83e3eebd053795c850ad949addce88bc8158a3b
jclassinfo_0.19.1.orig.tar.gz 376.4 KiB 7f998cb9daa56f490f1957bde021974d5eb797891ff2414514a9623f158d50ab
jclassinfo_0.19.1-9.debian.tar.xz 6.0 KiB b328efbfa9a693ade14bf9349fd230c3b6564af7d17b0768b4606732304f0864

Available diffs

No changes file available.

Binary packages built by this source

jclassinfo: extracts information from Java class files

 jclassinfo reads Java class files and extract useful information
 from them, such as:
   * the classes/methods/constants/fields provided
   * their dependencies
   * the version of the virtual machine necessary to run them
   * a full disassembly of the bytecode
   * other attributes
 .
 Its main advantage over other similar programs is that it is written
 in C, which makes it much faster and more suitable for scripting.

jclassinfo-dbgsym: debug symbols for jclassinfo