summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/sawja/Makefile.config.example.patch
diff options
context:
space:
mode:
authorVincent Laporte <vincent.laporte@gmail.com>2014-07-06 17:41:40 +0200
committerMichael Raskin <7c6f434c@mail.ru>2014-08-23 12:44:16 +0400
commitf439cc7cf6f989e79cfdb8bab90b51737da23e1a (patch)
treeed4c7ca0229526f3ed1c41f851162a04e8ff3dab /pkgs/development/ocaml-modules/sawja/Makefile.config.example.patch
parent15ec9bdebac0fb192bc293a539495ba13234ce13 (diff)
downloadnixlib-f439cc7cf6f989e79cfdb8bab90b51737da23e1a.tar
nixlib-f439cc7cf6f989e79cfdb8bab90b51737da23e1a.tar.gz
nixlib-f439cc7cf6f989e79cfdb8bab90b51737da23e1a.tar.bz2
nixlib-f439cc7cf6f989e79cfdb8bab90b51737da23e1a.tar.lz
nixlib-f439cc7cf6f989e79cfdb8bab90b51737da23e1a.tar.xz
nixlib-f439cc7cf6f989e79cfdb8bab90b51737da23e1a.tar.zst
nixlib-f439cc7cf6f989e79cfdb8bab90b51737da23e1a.zip
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/
Diffstat (limited to 'pkgs/development/ocaml-modules/sawja/Makefile.config.example.patch')
-rw-r--r--pkgs/development/ocaml-modules/sawja/Makefile.config.example.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/sawja/Makefile.config.example.patch b/pkgs/development/ocaml-modules/sawja/Makefile.config.example.patch
new file mode 100644
index 000000000000..4f2cc99e76b2
--- /dev/null
+++ b/pkgs/development/ocaml-modules/sawja/Makefile.config.example.patch
@@ -0,0 +1,9 @@
+--- sawja-1.5-orig/Makefile.config.example	2013-10-30 08:35:29.000000000 +0100
++++ sawja-1.5/Makefile.config.example	2014-07-05 18:54:37.902423482 +0200
+@@ -1,6 +1,3 @@
+-export OCAMLFIND_DESTDIR=$(LOCALDEST)
+-export OCAMLPATH=$(LOCALDEST)
+-
+ RECODE=-charset utf-8
+ DOCDIR = doc/api
+