Hi all, I have just released OASIS 0.4.5. OASIS is a tool to help OCaml developers to integrate configure, build and install systems in their projects. It should help to create standard entry points in the source code build system, allowing external tools to analyse projects easily. Important changes: * Drop support for OASISFormat 0.2 and 0.1. * New plugin "omake" to support build, doc and install actions. * Improve automatic tests (Travis CI and AppVeyor) * Trim down the dependencies (removed ocaml-gettext, camlp4, ocaml-data-notation) New features: * findlib_directory (beta): to install libraries in sub-directories of findlib. * findlib_extra_files (beta): to install extra files with ocamlfind. * source_patterns (alpha): to provide module to source file mapping. Full blog post: http://le-gall.net/sylvain+violaine/blog/index.php?post/2016/08/22/Release-of-OASIS-0.4.6 Download here: https://forge.ocamlcore.org/frs/?group_id=54&release_id=1223 Cheers Sylvain Le Gall