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

Last change on this file was 15283, checked in by Mark Evenson, 4 years ago

abcl-introspect: fernflower decompiler working
Adapted from (Alan Ruttenberg)

File size: 436 bytes
Line 
1(defsystem fernflower
2  :depends-on (alexandria abcl-introspect)
3  :homepage "https://github.com/fesh0r/fernflower"
4  :version "1.0.0.20271018"
5  :description "An analytical decompiler for Java" :components
6  ((:module mvn-libs :components
7      ((:mvn "org.jboss.windup.decompiler.fernflower/windup-fernflower/1.0.0.20171018")))
8   (:module source
9    :depends-on (mvn-libs)
10    :pathname "" :components
11    ((:file "fernflower")))))
12
13
Note: See TracBrowser for help on using the repository browser.