opam-version: "2.0"
homepage: "https://github.com/ocaml-obuild/obuild"
bug-reports: "https://github.com/ocaml-obuild/obuild/issues"
authors: ["Vincent Hanquez" "Jerome Maloberti"]

maintainer: "tab@snarc.org"
build: [
  ["./bootstrap"]
]
dev-repo: "git://github.com/ocaml-obuild/obuild"
synopsis: "simple package build system for ocaml"
description: """
From the README.md:

The goal is to make a very simple build system for users and developers 
of OCaml library and programs.

Obuild acts as building black box: user declares only what they want to 
build and with which sources, and the build system will consistantly 
build it.

The design is based on cabal, and borrow most of the layout and way of 
working, adapting parts where necessary to support OCaml fully."""
depends: [
  "ocaml" {< "4.06.0"}
]
extra-files: ["obuild.install" "md5=473285d99104b78287c58bea4795edc7"]
url {
  src: "https://github.com/ocaml-obuild/obuild/archive/obuild-v0.0.5.tar.gz"
  checksum: "md5=75acbc22fa94deb332f0ae4ce434101b"
}
