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"
7dev-repo: "git+https://erratique.ch/repos/b0.git"
8bug-reports: "https://github.com/b0-system/b0/issues"
9tags: ["dev" "org:erratique" "org:b0-system" "build" ]
10depends:
11[
12 "ocaml" {>= "4.03.0" & < "5.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 care"""
24description: """\
25
26B0 is work in progress.
27
28B0 is distributed under the ISC license."""
29url {
30 src: "https://erratique.ch/software/b0/releases/b0-0.0.0.tbz"
31 checksum: [
32 "sha256=dadde8cfa62be9dabd805fc190b415427b4699ffe3458c153e2f3f9cc5c9b9b4"
33 "md5=f96ac96fb0182f2b97dbe9ded452544b"
34 ]
35}