this repo has no description
1opam-version: "2.0"
2synopsis: "Software construction and deployment kit"
3description: """\
4WARNING this package is unstable and work in progress, do not depend on it.
5
6B0 describes software construction and deployments using modular and
7customizable definitions written in OCaml.
8
9B0 describes:
10
11* Build environments.
12* Software configuration, build and testing.
13* Source and binary deployments.
14* Software life-cycle procedures.
15
16B0 also provides the B00 build library which provides abitrary build
17abstraction with reliable and efficient incremental rebuilds. The B00
18library can be – and has been – used on its own to devise domain
19specific build systems.
20
21B0 is distributed under the ISC license. It depends on [cmdliner][cmdliner].
22
23[cmdliner]: https://erratique.ch/software/cmdliner"""
24maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
25authors: "The b0 programmers"
26license: ["ISC" "BSD-2-Clause"]
27tags: ["dev" "org:erratique" "org:b0-system" "build"]
28homepage: "https://erratique.ch/software/b0"
29doc: "https://erratique.ch/software/b0/doc"
30bug-reports: "https://github.com/b0-system/b0/issues"
31depends: [
32 "ocaml" {>= "4.08.0"}
33 "ocamlfind" {build}
34 "ocamlbuild" {build}
35 "topkg" {build & >= "1.0.3"}
36 "cmdliner" {>= "1.1.0"}
37]
38build: ["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"]
39dev-repo: "git+https://erratique.ch/repos/b0.git"
40url {
41 src: "https://erratique.ch/software/b0/releases/b0-0.0.5.tbz"
42 checksum:
43 "sha512=00a6868b4dfa34565d0141b335622a81a0e8d5b9e3c6dfad025dabfa3df2db2a1302b492953bbbce30c3a4406c324fcec25250a00b38f6d18a69e15605e3b07e"
44}
45x-maintenance-intent: ["(latest)"]