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=0.3 required=5.0 tests=AWL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by yquem.inria.fr (Postfix) with ESMTP id A6846BBAF for ; Tue, 27 May 2008 07:46:25 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AooCALs8O0hbeRzeaWdsb2JhbACSOg0FCAYSA5oO X-IronPort-AV: E=Sophos;i="4.27,546,1204498800"; d="scan'208";a="13073264" Received: from discorde.inria.fr ([192.93.2.38]) by mail3-smtp-sop.national.inria.fr with ESMTP; 27 May 2008 07:46:25 +0200 Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id m4R5kOUt029292 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Tue, 27 May 2008 07:46:25 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AooCALs8O0hbeRzeaWdsb2JhbACSOg0FCAYSA5oO X-IronPort-AV: E=Sophos;i="4.27,546,1204498800"; d="scan'208";a="13073255" Received: from 23.mail-out.ovh.net ([91.121.28.222]) by mail3-smtp-sop.national.inria.fr with SMTP; 27 May 2008 07:46:24 +0200 Received: (qmail 19546 invoked by uid 503); 27 May 2008 05:46:48 -0000 Received: from gw2.ovh.net (HELO mail70.ha.ovh.net) (213.251.189.202) by 23.mail-out.ovh.net with SMTP; 27 May 2008 05:46:48 -0000 Received: from b0.ovh.net (HELO queue-out) (213.186.33.50) by b0.ovh.net with SMTP; 27 May 2008 05:46:21 -0000 Received: from mut38-5-82-246-191-110.fbx.proxad.net (HELO ?192.168.0.10?) (forum%x9c.fr@82.246.191.110) by ns0.ovh.net with SMTP; 27 May 2008 05:46:20 -0000 Message-Id: <764D4B4A-FA1E-4672-BA9D-4195193E1C48@x9c.fr> From: "forum@x9c.fr" To: caml-list@inria.fr Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Subject: [ANN] OCaml-Java project: 1.0 release Mime-Version: 1.0 (Apple Message framework v919.2) Date: Tue, 27 May 2008 07:46:23 +0200 X-Mailer: Apple Mail (2.919.2) X-Ovh-Tracer-Id: 11541599946353476385 X-Ovh-Remote: 82.246.191.110 (mut38-5-82-246-191-110.fbx.proxad.net) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Miltered: at discorde with ID 483BA030.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; ocaml:01 ocaml:01 camlp:01 ocamllex:01 ocamldoc:01 ocamldep:01 bug:01 macos:01 1.0:98 1.0:98 caml:02 objective:02 binary:02 xavier:06 standard:07 This post announces the 1.0 release of the OCaml-Java project. The goal of the OCaml-Java project is to allow seamless integration of OCaml and Java. Home page: http://ocamljava.x9c.fr This version features a new source distribution which includes the standard distribution of Objective Caml 3.10.2, and all the libraries needed to build the whole OCaml-Java project. URL: http://ocamljava.x9c.fr/downloads.html Main changes since beta: - source distribution - support for OCaml 3.10.2 - support for camlp4 - better handling of Java errors - ocamllex, ocamldoc, and ocamldep added to the binary distribution - bug fixes I am still looking for testers, particularly concerning the source distribution. So far, this distribution has been tested on two platforms: MacOS X.5 (32-bit), and Fedora 8 (64-bit). I will be thankful to developers reporting success or failure on other platforms. Xavier Clerc