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: "jmaloberti@gmail.com"
build: [
  ["./bootstrap"]
]
dev-repo: "git://github.com/ocaml-obuild/obuild"
synopsis: "simple package build system for OCaml"
description: """
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."""
depends: [
  "ocaml" {< "4.06.0"}
]
extra-files: ["obuild.install" "md5=473285d99104b78287c58bea4795edc7"]
url {
  src: "https://github.com/ocaml-obuild/obuild/archive/obuild-v0.1.2.tar.gz"
  checksum: "md5=c73f1478484d2ee7591a20bbb0ca9233"
}
