opam-version: "2.0"
synopsis: """Software construction and deployment kit"""
maintainer: ["Daniel Bünzli <daniel.buenzl i@erratique.ch>"]
authors: ["The b0 programmers"]
homepage: "https://erratique.ch/software/b0"
doc: "https://erratique.ch/software/b0/doc"
dev-repo: "git+https://erratique.ch/repos/b0.git"
bug-reports: "https://github.com/b0-system/b0/issues"
license: ["ISC" "BSD2"]
tags: ["dev" "org:erratique" "org:b0-system" "build"]
depends: ["ocaml" {>= "4.08.0"}
          "ocamlfind" {build}
          "ocamlbuild" {build}
          "topkg" {build & >= "1.0.3"}
          "cmdliner" {build &>= "1.0.2"}]
build: [["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"]]
url {
  src: "https://erratique.ch/software/b0/releases/b0-0.0.2.tbz"
  checksum: "sha512=78fd9e53b84cf5d6bf497adaf4b6d7d974134044318639cdfe5e01c7faaa8d987d04769abe3b3b1cbdb937132e21d8723dc185cd3c68433a793278907a8e757e"}
description: """
WARNING this package is unstable and work in progress, do not depend on it. 

B0 describes software construction and deployments using modular and
customizable definitions written in OCaml.

B0 describes:

* Build environments.
* Software configuration, build and testing.
* Source and binary deployments.
* Software life-cycle procedures.

B0 also provides the B00 build library which provides abitrary build
abstraction with reliable and efficient incremental rebuilds. The B00
library can be – and has been – used on its own to devise domain
specific build systems.

B0 is distributed under the ISC license. It depends on [cmdliner][cmdliner].

[cmdliner]: https://erratique.ch/software/cmdliner"""