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 PAA26131; Thu, 19 Sep 2002 15:06:47 +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 PAA26439 for ; Thu, 19 Sep 2002 15:06:46 +0200 (MET DST) Received: from relay-1v.club-internet.fr (relay-1v.club-internet.fr [194.158.96.112]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g8JD6k917823 for ; Thu, 19 Sep 2002 15:06:46 +0200 (MET DST) Received: from warp (lns01v-2-17.w.club-internet.fr [213.44.241.17]) by relay-1v.club-internet.fr (Postfix) with SMTP id 57FC4169E for ; Thu, 19 Sep 2002 15:06:44 +0200 (CEST) Message-ID: <003d01c25fdd$832cd600$a300a8c0@warp> From: "Nicolas Cannasse" To: "OCaml" Subject: [Caml-list] OCamake Release Date: Thu, 19 Sep 2002 15:07:30 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hi list ! I'm pleased to announce the first release of OCamake. OCamake is an automatic compiler for the OCaml language. It can be used as : - a standalone application which compile and link - a Makefile generator from a given set of files One of its better usage should be in education where teaching how-to write a Makefile is sometimes painful ( for both students & teacher ). Note that OCamake as also special features for integration under MS Visual Studio. Examples of usages: ocamake *.ml *.mli -o myapp.exe - will compile and link all the sources files in the current directory. ocamake -clean *.ml *.mli -o myapp.exe - will delete all the intermediate files produced by the compilation process. ocamake -mak *.ml *.mli -o myapp.exe - will create a Makefile which can be user either by MAKE or NMAKE to compile the project. More informations are available in the HTML documentation of the distribution, which is available at : http://tech.motion-twin.com/ocamake OCamake is distributed under the GPL. I would like to thanks Lexifi for its support in this project. Nicolas Cannasse ------------------- 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