Browse thread
[Caml-list] [ANNOUNCE] ocamlconf-0.5 release
- Kenneth Knowles
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2004-05-12 (10:01) |
From: | Kenneth Knowles <kknowles@b...> |
Subject: | [Caml-list] [ANNOUNCE] ocamlconf-0.5 release |
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