polish features, and contacted copyright owner to uniform licensing
terms (to a **3-clause BSD**).
-Yesterday we finally [released **`ocaml-autoconf`
-1.0**](http://forge.ocamlcore.org/forum/forum.php?forum_id=324). [Rich's
+Yesterday we finally
+[**released**](http://forge.ocamlcore.org/forum/forum.php?forum_id=324)
+[**`ocaml-autoconf`
+1.0**](http://forge.ocamlcore.org/frs/download.php/181/ocaml-autoconf-1.0.tar.gz). [Rich's
blog post on the
subject](http://rwmj.wordpress.com/2009/03/31/using-autoconf-for-ocaml-projects/)
-containg a nice **how to** to kick start your OCaml project using
+contains a nice **how to** to kick start your OCaml project using
autotools up to automake.
A brief feature overview is in order:
-* single macro to detect main executables of the ocaml toolchain and
- whether native code compilation is available or not
-* cross-compilation support
-* findlib detection and package checking, with support for alternative
- package names (e.g. "zip" vs "camlzip" on GODI vs Debian)
-* detection of OCaml module names
+* single macro to detect main executables of the ocaml *toolchain and
+ whether *native code compilation* is available or not
+* *cross-compilation* support
+* *findlib* detection and *package* checking, with support for *alternative
+ package names* (e.g. "zip" vs "camlzip" on GODI vs Debian)
+* detection of *OCaml module* by module path
Enjoy, and give us feedback (bug reports, feature requests, ...) using
[our tracker](http://forge.ocamlcore.org/tracker/?group_id=69).