OASISFormat:  0.4
OCamlVersion: >= 3.11.2
FindlibVersion: >= 1.3.1
AlphaFeatures: stdfiles_markdown
Name:         oasis
Version:      0.4.3
LicenseFile:  COPYING.txt
License:      LGPL-2.1 with OCaml linking exception
BuildType:    ocamlbuild (0.4)
Authors:      Sylvain Le Gall
Maintainers:  Sylvain Le Gall <gildor@ocamlcore.org>
Copyrights:   (C) 2008-2010 OCamlCore SARL
Homepage:     http://oasis.forge.ocamlcore.org/
Plugins:      StdFiles (0.4)
BuildTools:   ocamlbuild, make

Synopsis: Architecture for building OCaml libraries and applications
Description:
  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.
  .
  It uses external tools like OCamlbuild and it can be considered as the glue
  between various subsystems that do the job. It should support the following
  tools:
  .
   * OCamlbuild
   * OMake (todo)
   * 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.

Library oasis
  Path: .
  Modules: Foo
  CompiledObject: Best
  BuildDepends: unix, odn (>= 0.0.11)
  BuildTools+: ocamlmod, ocamlyacc, ocamllex, ocamlify
