--- /dev/null
+# resurrecting CamlJava (testers welcome)
+
+[**CamlJava**](http://pauillac.inria.fr/~xleroy/software.html#camljava) is a
+great project by [almighty Xavier](http://pauillac.inria.fr/~xleroy/) that
+**bridges the OCaml and Java worlds** via the respective C interfaces (Caml/C
+interface for OCaml and JNI for Java).
+
+Unfortunately, the last stable release was a bit out of date and seemed not to
+work with recent JDK (both in terms of buildability and of runtime correctness,
+i.e., segfaults). With the tremendous help of
+[Grégoire Henry](http://www.pps.jussieu.fr/~henry/), I've managed to prepare
+[**a set of patches**](http://git.debian.org/?p=pkg-ocaml-maint/packages/camljava.git;a=tree;f=debian/patches)
+that enables to build (and use without segfaults ...) CamlJava with **recent
+JVM**: in particular it *seems* now to work with both Sun's JVM and OpenJDK.
+
+A **Debian package**
+[has been prepared](http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558090);
+while it gets processed by archive manager, you can get an equivalent
+unofficial package from my APT repo:
+
+ deb http://people.debian.org/~zack/debian zack-unstable/
+ deb-src http://people.debian.org/~zack/debian zack-unstable/
+
+Any form of **testing is very welcome**.
+
+In case you want to try
+[O'Jacare](http://www.pps.jussieu.fr/~henry/ojacare/index.en.html) on top of
+CamlJava however, you need to wait a bit more: Grégoire is working on it, but
+in the process he banged his head against bugs in both CamlP4 and CamlP5 (the
+only two available porting paths from the last stable release of O'Jacare) :-)
+
+[[!tag planet-debian lang/english ocaml java debian]]