Cadmium
 
    Introduction     Status     Downloads      
         
 

Abstract   
Licence   
Help   

 
Abstract
Cadmium is both a Java program and library that allows to combine Objective Caml and Java. As a program, Cadmium acts as a replacement for the ocamlrun program (the Objective Caml virtual machine); it thus allows to run Objective Caml bytecode files. As a library, Cadmium acts as the runtime support of Cafesterol-compiled files. Cafesterol is a compiler that is the Java counterpart of ocamlc/ocamlopt.

Cadmium is designed to be a pure Java program working on any JVM version 1.6 or above, it does not rely on JNI / native code. It is also different from JavaCaml in that JavaCaml needs to use a special runtime when compiling with ocamlc. At the opposite, Cadmium can run an Objective Caml bytecode file compiled with traditional options. It strives to be as compatible as possible with ocamlrun.

Licence
Cadmium is released under the LGPL v3.
It is copyright (c) 2007-2010 Xavier Clerc.

Help