Source: jclassinfo
Section: java
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 zlib1g-dev,
Standards-Version: 4.7.3
Homepage: http://jclassinfo.sourceforge.net/
Vcs-Browser: https://salsa.debian.org/debian/jclassinfo
Vcs-Git: https://salsa.debian.org/debian/jclassinfo.git

Package: jclassinfo
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: 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.
