opam-version: "2.0" 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 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""" maintainer: "Daniel Bünzli " authors: "The b0 programmers" license: ["ISC" "BSD-2-Clause"] tags: ["dev" "org:erratique" "org:b0-system" "build"] homepage: "https://erratique.ch/software/b0" doc: "https://erratique.ch/software/b0/doc" bug-reports: "https://github.com/b0-system/b0/issues" depends: [ "ocaml" {>= "4.08.0" & < "5.0"} "ocamlfind" {build} "ocamlbuild" {build} "topkg" {build & >= "1.0.3"} "cmdliner" {>= "1.1.0"} ] build: ["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"] dev-repo: "git+https://erratique.ch/repos/b0.git" url { src: "https://erratique.ch/software/b0/releases/b0-0.0.4.tbz" checksum: "sha512=665735c8b7a8674201be765bdd676a18d1e38eff35de9d44c3dc15e2bfed2247e8963c9a32ae62d9ca2d6cd1edebd849aac29fdd5a846c14a30feea3edfc0601" }