[
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-11-13 (05:51) |
From: | Till Varoquaux <till@p...> |
Subject: | Ocamlbuild-plus-0.99 |
Build systems are not fun and most of us would rather be dancing with high order type than fidgeting with them. Ocamlbuild is nice but it doesn't allow you to define re-usable components and lugging code around between projects feels a bit... wrong. I am pleased to announce ocamlbuild-plus: Ocamlbuild-plus is an extension of ocamlbuild that enables to use findlib packages in its build plugins. Ocamlbuild is an ocaml specific build system that is bundled with the ocaml compiler. Ocamlbuild is can be extended via plugins to add functionalities. In ocamlbuild these plugin's code are written within a single file with project. The imported Findlib packages can also be linked against ocamlbuildlib extending ocamlbuild exactly as the main plugin would. Thus enabling to have shared reusable plugins. Grab it while its hot: https://forge.ocamlcore.org/projects/ocamlbuildplus/ Till