Browse thread
[ANN] OCaml Batteries Included, alpha 3
[
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: | 2009-02-09 (09:36) |
From: | Romain Bardou <Romain.Bardou@l...> |
Subject: | Re: [Caml-list] Re: [ANN] OCaml Batteries Included, alpha 3 |
> - better integration with findlib (modules would help, and also the > possibility to use directly findlib modules from ocamlbuild modules) I have a few patches ready for Ocamlbuild which: - add some support for Findlib in the plugin API - add a -pkg option (to be used instead of -lib) I will work on what we call parameterized tags to be able to write tags such as use_pkg(unix). Right now I miss time but I hope that the whole system will be ready before 3.12. All these should greatly improve the integration of findlib into Ocamlbuild. My goal is that the findlib plugin on the wiki becomes obsolete. -- Romain Bardou