forked from ocurrent/opam-repo-ci
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopam-repo-ci-client.opam
43 lines (43 loc) · 1007 Bytes
/
opam-repo-ci-client.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
opam-version: "2.0"
synopsis: "Command-line client for opam-repo-ci"
maintainer: "Tim McGilchrist <[email protected]>"
authors: [
"Kate <[email protected]>"
"Thomas Leonard <[email protected]>"
"Craig Ferguson <[email protected]>"
"Anil Madhavapeddy <[email protected]>"
]
license: "Apache-2.0"
homepage: "https://github.com/ocurrent/opam-repo-ci"
bug-reports: "https://github.com/ocurrent/opam-repo-ci/issues"
depends: [
"logs"
"fmt" {>= "0.8.7"}
"dune" {>= "3.16"}
"ocaml" {>= "4.14.1"}
"current_rpc"
"capnp-rpc-unix"
"opam-repo-ci-api"
"dockerfile"
"odoc" {with-doc}
]
conflicts: [
"conduit-lwt-unix" {< "4.0.1"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ocurrent/opam-repo-ci.git"
# See https://github.com/ocurrent/ocaml-ci/issues/931
available: !(os-distribution = "debian" & os-version = "12" & arch = "x86_32")