opam-version: "2.0" synopsis: """Software construction and deployment kit""" maintainer: ["Daniel Bünzli "] 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" "BSD-2-Clause"] tags: ["dev" "org:erratique" "org:b0-system" "build"] depends: ["ocaml" {>= "4.08.0" & < "5.0"} "ocamlfind" {build} "ocamlbuild" {build} "topkg" {build & >= "1.0.3"} "cmdliner" {>= "1.0.2" & < "1.1.0"}] build: [["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"]] url { src: "https://erratique.ch/software/b0/releases/b0-0.0.3.tbz" checksum: "sha512=d24b09eb520b8b91a1e5715badc9f5bcd6a6ec49c047f719a07afef6b835c128dc63e00c3be73d5353b037f4c3c9f2889e40666b30e297e872e4d011f098394c"} 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"""