File: control

package info (click to toggle)
jclassinfo 0.19.1-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 2,172 kB
  • ctags: 700
  • sloc: sh: 8,551; ansic: 6,672; makefile: 199; xml: 93
file content (25 lines) | stat: -rw-r--r-- 1,026 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: jclassinfo
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Vincent Fourmond <fourmond@debian.org>
Build-Depends: debhelper (>= 9 ), zlib1g-dev, dh-autoreconf
Standards-Version: 3.9.3
Homepage: http://jclassinfo.sourceforge.net/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/packages/trunk/jclassinfo/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/packages/trunk/jclassinfo/

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