From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id MAA24546; Wed, 12 May 2004 12:01:01 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id MAA24665 for ; Wed, 12 May 2004 12:01:00 +0200 (MET DST) Received: from calmail-cl.berkeley.edu (mailfarm.Berkeley.EDU [128.32.61.106]) by nez-perce.inria.fr (8.12.10/8.12.10) with ESMTP id i4CA0wEV031367 for ; Wed, 12 May 2004 12:00:59 +0200 Received: from [64.162.212.212] (HELO tallman.kefka.frap.net) by calmail-cl.berkeley.edu (CommuniGate Pro SMTP 4.1.8) with SMTP id 26967219 for caml-list@inria.fr; Wed, 12 May 2004 03:00:57 -0700 Received: by tallman.kefka.frap.net (sSMTP sendmail emulation); Wed, 12 May 2004 02:59:02 -0700 Date: Wed, 12 May 2004 02:59:02 -0700 From: Kenneth Knowles To: caml-list@inria.fr Subject: [Caml-list] [ANNOUNCE] ocamlconf-0.5 release Message-ID: <20040512095902.GA26460@tallman.kefka.frap.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i X-Miltered: at nez-perce with ID 40A1F5DA.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; knowles:99 autoconf:01 bourne:01 automake:01 finer:01 bugfixes:01 ocaml:01 ocaml:01 configure:02 configure:02 modules:02 o'caml:02 o'caml:02 sed:03 installed:04 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk OCamlConf : A simple OCaml build tool ------------------------------------- OCamlConf is an O'Caml build tool that resembles GNU autoconf to the user. It provides many useful functions for building your O'Caml project from a minimal amount of specification. See the homepage at http://kenn.frap.net/ocamlconf/ for more details -------------------- New in this version: * No longer generates two files, "configure_out.ml" and "configure." The configure script is a hybrid shell script / ml program that contains everything it needs to run, provided they have a bourne shell, sed, and ocaml installed * Renamed "MakeMake" to "AutoMake" to indicate that it is a super-high-level wrapper. * Factored out MakeMake into several modules, allowed finer control of the build * Bugfixes in mixed C/O'Caml libraries, which are certainly the toughest to build right. * Dramatically improved documentation (if I do say so myself!) ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners