source: trunk/abcl/contrib/abcl-introspect/procyon.asd

Last change on this file was 15551, checked in by Mark Evenson, 2 years ago

abcl-introspect: tighten scope for binidng procyon writer

File size: 422 bytes
Line 
1(defsystem procyon
2  :homepage "https://bitbucket.org/mstrobel/procyon/wiki/Java%20Decompiler"
3  :description "A Java decompiler by Mike Strobel"
4  :version "0.5.36"
5  :depends-on (alexandria) :components
6  ((:module mvn-libs :components
7            ((:mvn "org.bitbucket.mstrobel/procyon-compilertools/0.5.36")))
8   (:module source
9    :depends-on (mvn-libs)
10    :pathname "" :components
11    ((:file "procyon")))))
12
13
14
15
16
17
Note: See TracBrowser for help on using the repository browser.