What is OASIS?
OASIS is a tool to integrate a configure, build and install system in your OCaml project. It helps to create standard entry points in your build system and allows external tools to analyse your project easily.
OASIS first target is OCamlbuild, but other build system support is planned.
Features:
Planned features:
- OCaml autoconf
- OMake
- OCamlMakefile
OASIS takes most of his ideas from Cabal which is the same kind of tool for Haskell.
Sub-projects
- OASIS-DB: a CPAN for OCaml
