Browse thread
[Caml-list] [ANNOUNCE] ocamlconf-0.4 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: | -- (:) |
| From: | Kenneth Knowles <kknowles@b...> |
| Subject: | [Caml-list] [ANNOUNCE] ocamlconf-0.4 release |
OcamlConf version 0.4 Webpage: http://kenn.frap.net/ocamlconf/ Direct links to tarballs: http://kenn.frap.net/ocamlconf/ocamlconf-0.4.tar.bz2 http://kenn.frap.net/ocamlconf/ocamlconf-0.4.tar.gz Summary of OcamlConf: OcamlConf is a build helper for ocaml programs. It takes a 'configure.ml' and creates a 'configure' script. This script prompts for compile time toggles and variable settings, ensures libraries exist, etc, and outputs an automatically generated makefile. Changes in this version: * Large improvements in mixed C/Ocaml libraries * Removed dependency on dynamically loaded code. Now instead of using the toplevel it uses the compiler. This, among other fixes, should make ocamlconf work on Cygwin. * Removed "rootdir" from the standard configuration parameters; "prefix" should be used at configure time, or use DESTDIR at "make install" time. * Changed Makefile to support "make DESTDIR=... install" style used by autoconf, Gentoo's ebuild. * Fixed Makefile so environment variable OCAMLFIND_DESTDIR is obeyed properly. * Added "cleaned" parameter to MakeMake.output for wiping up emacs backups, etc (arbitrary glob). * Added "reinstall" target that is basically "uninstall, install." (very convenient when developing a findlib package) ------------------- 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