obuild 0.0.8
Maintainer | tab@snarc.org |
---|---|
Published | Aug 7, 2014 |
Source [http] |
https://github.com/ocaml-obuild/obuild/archive/obuild-v0.0.8.tar.gz 5f3768279592d47fd6710c9c306f67d0 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/obuild/obuild.0.0.8/opam |
simple package build system for OCaml
The goal is to make a very simple build system for users and developers of OCaml library and programs.
Obuild acts as a building black box: users only declare what they want to build and with which sources; the build system will consistently build it.
The design is based on Haskell's Cabal and borrows most of the layout and way of working, adapting parts where necessary to fully support OCaml.