Skip to content

BinaryAnalysisPlatform/oasis

This branch is 7 commits ahead of, 8 commits behind ocaml/oasis:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

18b446e · Jan 28, 2020
Aug 21, 2016
Jan 28, 2017
Jan 28, 2020
Sep 13, 2019
Sep 10, 2019
Jun 25, 2016
May 23, 2016
Jun 26, 2019
Oct 28, 2016
Apr 4, 2018
Nov 14, 2013
Sep 4, 2019
Sep 13, 2019
Sep 13, 2019
Sep 4, 2019
Mar 13, 2013
Dec 6, 2016
Aug 21, 2016
Sep 13, 2019
Oct 23, 2019
Sep 15, 2019
Dec 7, 2013
Aug 21, 2016
Nov 10, 2016
Sep 13, 2019
Sep 4, 2019
Sep 15, 2019
Sep 13, 2019

Repository files navigation

Travis-CI Build Status AppVeyor Build status Join the chat at https://gitter.im/ocaml/oasis

oasis - 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 OPAM.

See the file INSTALL.md for building and installation instructions.

Home page

Bug reports

Copyright and license

(C) 2011-2016 Sylvain Le Gall (C) 2008-2010 OCamlCore SARL

oasis is distributed under the terms of the GNU Lesser General Public License version 2.1 with OCaml linking exception.

See COPYING.txt for more information.

Related documentation

OMake README

About

Cabal like system for OCaml

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • OCaml 96.6%
  • Standard ML 1.3%
  • Shell 1.1%
  • C 0.6%
  • Makefile 0.3%
  • C++ 0.1%