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 AAA27453; Tue, 19 Oct 2004 00:43:54 +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 AAA27282 for ; Tue, 19 Oct 2004 00:43:53 +0200 (MET DST) Received: from swordfish.cs.caltech.edu (swordfish.cs.caltech.edu [131.215.44.124]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id i9IMhqbm018384 for ; Tue, 19 Oct 2004 00:43:52 +0200 Received: from [131.215.44.173] (wasco.cs.caltech.edu [131.215.44.173]) by swordfish.cs.caltech.edu (Postfix) with ESMTP id F017CDF32E; Mon, 18 Oct 2004 15:43:49 -0700 (PDT) Message-ID: <41744725.9020303@cs.caltech.edu> Date: Mon, 18 Oct 2004 15:43:49 -0700 From: Aleksey Nogin Organization: California Institute of Technology, Computer Science Department User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a5) Gecko/20041004 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: omake@metaprl.org, omake-announce@metaprl.org, Caml List , godi-list@ocaml-programming.de Subject: [Caml-list] Announcing OMake 0.9.3 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Miltered: at nez-perce with ID 41744728.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; spanning:01 foo:01 baz:01 foo:01 baz:01 digests:01 ocamlopt:01 cmx:01 ocamlfind:01 3.07:01 bug:01 cygwin:01 behave:01 bugzilla:01 binaries:01 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk The OMake team is proud to announce a new release of the OMake Build System - OMake 0.9.3. OMake is a build system, similar to GNU make, but with many additional features: o Support for large projects spanning several directories or directory hierarchies. o Comes with a default configuration file providing support for OCaml, C and LaTeX projects, or a mixture thereof. Often, a configuration file is as simple as a single line OCamlProgram(prog, foo bar baz) which states that the program "prog" is built from the files foo.ml, bar.ml, and baz.ml. o Fast, reliable, automated dependency analysis using MD5 digests. o Portability: omake provides a uniform interface on Win32 and on Unix systems including Linux and Mac OS X. o Builtin functions that provide the most common features of programs like grep, sed, and awk. These are especially useful on Win32. o Full native support for rules that build several things at once (such as ocamlopt building .cmx and .o). o Active filesystem monitoring, where the build automatically restarts whenever you modify a source file. This can be very useful during the edit/compile cycle. o A companion command interpreter, osh, that can be used interactively. The home site for OMake is http://omake.metaprl.org/ The changes in 0.9.3 include: - OMake now supports ocamlfind in its default configuration file (thanks to Bardur Arantsson for the initial patch). - OMake should now also work with OCaml 3.07 (in addition to 3.08). - A large number of bug fixes, including: - OMake should now compile correctly under Cygwin (thanks to Peter Jolly who provided the patch), - "double-colon" rules (that allow specifying multiple rules for the same target) should now work correctly, - kqueue-based file system monitoring (Mac OS X, FreeBSD) should now work correctly - array definitions should now work better. - Added a work around for the command line length limitation of lib.exe on Windows - Filesystem monitoring functionality now provides a choice whether to continue monitoring once the project is built successfully. OMake 0.9.3 is still an alpha release. While we have made an effort to ensure that it is bug-free, it is possible some functions may not behave as you would expect. Please report any comments and/or bugs to the mailing list omake@metaprl.org and/or at http://metaprl.org/bugzilla OMake is distributed under the terms of the GNU General Public License. OMake configuration files are distributed under the terms of an MIT-like license. OMake sources, as well as a number of Linux and Windows binaries are available from the OMake home page at http://omake.metaprl.org/ -- Aleksey Nogin Home Page: http://nogin.org/ E-Mail: nogin@cs.caltech.edu (office), aleksey@nogin.org (personal) Office: Jorgensen 70, tel: (626) 395-2907 ------------------- 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