opam-version: "2.0" maintainer: "Daniel Bünzli " authors: ["The b0 programmers"] homepage: "https://erratique.ch/software/b0" doc: "https://erratique.ch/software/b0/doc" license: ["ISC" "BSD-2-Clause"] dev-repo: "git+https://erratique.ch/repos/b0.git#b00" bug-reports: "https://github.com/b0-system/b0/issues" tags: ["dev" "org:erratique" "org:b0-system" "build" ] depends: [ "ocaml" {>= "4.05.0" & < "4.12.0"} "ocamlfind" {build} "ocamlbuild" {build} "topkg" {build & >= "0.9.0"} "cmdliner" {>= "1.0.2" & < "1.1.0"} ] build: [[ "ocaml" "pkg/pkg.ml" "build" "--dev-pkg=true" {dev} ]] synopsis: """Software construction and deployment kit""" 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 or built artefacts deployments. * Development life-cycle procedures and actions. 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""" url { src: "https://erratique.ch/software/b0/releases/b0-0.0.1.tbz" checksum: [ "sha256=dba2fc571f39f3b8e87ee55c77bdec7ec6a5ddc7d99b8b20aeda848af546be04" "md5=51ee1d66acc4d7f87bdceac1341b7711" ] }