From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.5 required=5.0 tests=SPF_SOFTFAIL autolearn=disabled version=3.1.3 Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 83E0FBC6F for ; Sun, 9 Sep 2007 17:30:28 +0200 (CEST) Received: from 42.mail-out.ovh.net (42.mail-out.ovh.net [213.251.189.42]) by concorde.inria.fr (8.13.6/8.13.6) with SMTP id l89FUSRm015686 for ; Sun, 9 Sep 2007 17:30:28 +0200 Received: (qmail 705 invoked by uid 503); 9 Sep 2007 15:30:39 -0000 Received: from gw2.ovh.net (HELO mail190.ha.ovh.net) (213.251.189.202) by 42.mail-out.ovh.net with SMTP; 9 Sep 2007 15:30:39 -0000 Received: from b0.ovh.net (HELO queue-out) (213.186.33.50) by b0.ovh.net with SMTP; 9 Sep 2007 15:30:22 -0000 Received: from mac-clerc.imag.fr (HELO ?147.171.255.214?) (forum%x9c.fr@147.171.255.214) by ns0.ovh.net with SMTP; 9 Sep 2007 15:30:20 -0000 Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: 7bit Message-Id: <042C21DD-EC7C-49A8-A5C3-F9E40F6A06BF@x9c.fr> Content-Type: text/plain; charset=US-ASCII; format=flowed To: caml-list@inria.fr From: "forum@x9c.fr" Subject: [ANN] Cadmium project Date: Sun, 9 Sep 2007 17:30:41 +0200 X-Mailer: Apple Mail (2.752.2) X-Ovh-Remote: 147.171.255.214 (mac-clerc.imag.fr) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Miltered: at concorde with ID 46E41194.002 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; ocamlrun:01 lgpl:01 ocamlc:01 bytecode:01 bindings:01 1.5:98 primitives:01 caml:02 caml:02 objective:02 objective:02 module:03 dbm:03 library:03 compiled:04 This post announces the first public release of the Cadmium project. Cadmium is a Java port of ocamlrun, with all standard primitives. Cadmium is released under the LGPL v3. Cadmium is part of the ocamljava project (http://ocamljava.x9c.fr). Home page: http://cadmium.x9c.fr Features: - runs files compiled with ocamlc - gives access to Java elements from Objective Caml - runs Objective Caml bytecode from a Java program - [cadmium-dbm subproject] implementation for Dbm module - [cadmium-swixml subproject] bindings for SwiXml Java library Requirements: - Objective Caml 3.10.0 or higher - Java 1.5 or higher Give it a try ! Thanks, Xavier Clerc