-
Notifications
You must be signed in to change notification settings - Fork 22
/
opam-repo-ci-api.opam
55 lines (55 loc) · 1.3 KB
/
opam-repo-ci-api.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
44
45
46
47
48
49
50
51
52
53
54
55
opam-version: "2.0"
synopsis: "Cap'n Proto API 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: [
"dune" {>= "3.16"}
"ocaml" {>= "4.14.1"}
"current_rpc"
"capnp" {>= "3.4.0"}
"capnp-rpc-lwt"
"dockerfile" {>= "8.2.3"}
"dockerfile-opam" {>= "8.2.3"}
"odoc" {with-doc}
"current" {>= "0.6.6"}
"current_docker"
"current_github"
"current_ocluster"
"logs"
"mula" {>= "0.1.2"}
"obuilder-spec"
"ocaml-version" {>= "3.6.9"}
"opam-format" {>= "2.3.0~alpha1"}
"opam-state" {>= "2.3.0~alpha1"}
"ppx_deriving" {>= "5.2.1"}
"ppx_deriving_yojson"
"sexplib" {>= "v0.16.0"}
]
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")