openbsd-ports/devel/jad/pkg/DESCR
kevlo 13b33c20d0 - zap HOMEPAGE
- fix MASTER_SITES: MASTER_SITE_OPENBSD=    Yes
- bump NEED_VERSION
2001-12-01 12:18:29 +00:00

8 lines
400 B
Plaintext

Jad is a Java decompiler, i.e. program that reads one or more Java class files
and converts them into Java source files which can be compiled again.
Jad is a 100% pure C++ program and it generally works several times faster than
decompilers written in Java. Jad doesn't use the Java runtime for its
functioning, therefore no special setup is required (like changes to the
CLASSPATH variable).