Adds javalib and sawja
Javalib is a library that parses Java .class files into OCaml data structures. Sawja is a library written in OCaml, relying on Javalib to provide a high level representation of Java bytecode programs. Homepage: http://sawja.inria.fr/
This commit is contained in:
committed by
Michael Raskin
parent
15ec9bdeba
commit
f439cc7cf6
@@ -0,0 +1,11 @@
|
||||
--- sawja-1.5-orig/configure.sh 2013-10-30 08:35:29.000000000 +0100
|
||||
+++ sawja-1.5/configure.sh 2014-07-05 18:50:26.833798254 +0200
|
||||
@@ -39,7 +39,7 @@
|
||||
DESTDIR=
|
||||
# The ocamlpath variable for the compiler to locate the locally-installed
|
||||
# packages (depends on LOCALDEST)
|
||||
-OCAMLPATH=
|
||||
+#OCAMLPATH=
|
||||
# The path to ocamlfind
|
||||
FINDER=`which ocamlfind`
|
||||
# The perl executable
|
||||
Reference in New Issue
Block a user