obuildversion Documentation on ocaml.org

Simple package build system for OCaml

The goal is to make a very simple build system for users and developers of OCaml libraries 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.

AuthorsVincent Hanquez and Jerome Maloberti
LicenseBSD-2-Clause
Published
Homepagehttps://github.com/ocaml-obuild/obuild
Issue Trackerhttps://github.com/ocaml-obuild/obuild/issues
Maintainerjmaloberti@gmail.com
Availableos != "win32" & os != "cygwin"
Dependencies
Source [http] https://github.com/ocaml-obuild/obuild/archive/v0.3.0.tar.gz
sha256=9e3ea5227fed9df88805ff2b8466768c1bc28a737148316264481b4c9723c9ea
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/obuild/obuild.0.3.0/opam
Required by