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