this repo has no description
1opam-version: "2.0"
2maintainer: "Anil Madhavapeddy <anil@recoil.org>"
3authors: ["Anil Madhavapeddy <anil@recoil.org>"]
4homepage: "https://github.com/ocaml/obi"
5doc: "https://ocaml.github.io/obi/"
6license: "ISC"
7dev-repo: "git+https://github.com/ocaml/obi.git"
8bug-reports: "https://github.com/ocaml/obi/issues"
9tags: ["org:mirage" "org:ocamllabs"]
10depends: [
11 "ocaml" {>= "4.05.0"}
12 "jbuilder" {>= "1.0+beta17"}
13 "dockerfile-opam" {>= "5.0.0" & <"6.0.0"}
14 "dockerfile-cmd" {>= "5.0.0"}
15 "ocaml-version" {>= "0.3.0" & <"1.0.0"}
16 "yaml" {>= "0.2.0"}
17 "uri"
18 "ezjsonm"
19]
20build: [
21 ["jbuilder" "subst" "-p" name "--name" name] {dev}
22 ["jbuilder" "build" "-p" name "-j" jobs]
23]
24synopsis: "interface to OCaml Build Infrastructure"
25description: """
26This package contains the OCaml libraries to access the opam2 bulk build
27infrastructure that checks on the health of the [opam](https://opam.ocaml.org)
28package manager.
29
30The main services and repositories associates with this infrastructure are:
31
32- **Documentation:**
33 - <https://github.com/ocaml/infrastructure/wiki>
34 - <https://github.com/ocaml/infrastructure/wiki/Containers> is rebuilt automatically with the latest information
35- **GitHub:** Git repositories
36 - <https://github.com/ocaml/obi>: for the source code
37 - <https://github.com/ocaml/obi-logs>: for the build logs
38- **Docker Hub:** container images
39 - <https://hub.docker.com/r/ocaml/opam2>: opam2 and OCaml compiler images
40 - <https://hub.docker.com/r/ocaml/opam2-staging>: intermediate container images for bulk builds
41- **Coordination:**
42 - <https://buildkite.com/ocaml>: the coordination Hub (account required until [buildkite#137](https://github.com/buildkite/feedback/issues/137) is resolved)"""
43url {
44 src: "https://github.com/ocaml/obi/releases/download/v1.0.0/obi-1.0.0.tbz"
45 checksum: [
46 "sha256=0aa95de2b2a3448bfd42344fe5ef56af6897bffe57310645355d708225e63d08"
47 "md5=ec811f2e406f9bea44549bb2a331a70b"
48 ]
49}