oasisversion

Tooling for building OCaml libraries and applications

OASIS generates a full configure, build and install system for your application. It starts with a simple _oasis file at the toplevel of your project and creates everything required. OASIS leverages existing OCaml tooling to perform most of it's work. In fact, it might be more appropriate to think of it as simply the glue that binds these other subsystems together and coordinates the work that they do. It should support the following tools:

  • OCamlbuild
  • OMake
  • OCamlMakefile (todo),
  • ocaml-autoconf (todo)

It also features a do-it-yourself command line invocation and an internal configure/install scheme. Libraries are managed through findlib. It has been tested on GNU Linux and Windows. It also allows to have standard entry points and description. It helps to integrates your libraries and software with third parties tools like GODI.

AuthorSylvain Le Gall
LicenseLGPL-2.1-only WITH OCaml-LGPL-linking-exception
Published
Homepagehttp://oasis.forge.ocamlcore.org/
Issue Trackerhttp://oasis.forge.ocamlcore.org/
MaintainerSylvain Le Gall <sylvain+ocaml@le-gall.net>
Dependencies
Optional dependencies
Conflicts
Source [http] https://download.ocamlcore.org/oasis/oasis/0.4.7/oasis-0.4.7.tar.gz
md5=d848bac0234ed1849a9187d16630cda3
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/oasis/oasis.0.4.7/opam
Required by
Optionally used by