-
Notifications
You must be signed in to change notification settings - Fork 74
/
ocaml-ci-service.opam
64 lines (64 loc) · 1.47 KB
/
ocaml-ci-service.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
56
57
58
59
60
61
62
63
64
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Test OCaml projects on GitHub"
maintainer: [
"Navin Keswani <[email protected]>"
"Tim McGilchrist <[email protected]>"
]
authors: ["[email protected]"]
license: "MIT"
homepage: "https://github.com/ocurrent/ocaml-ci"
doc: "https://ocaml.ci.dev/documentation"
bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
depends: [
"dune" {>= "3.16"}
"ocaml" {>= "4.14"}
"ocaml-ci-api"
"current_git"
"current_github"
"current_docker"
"current_web"
"current_rpc"
"current_ocluster"
"solver-service"
"ocluster-api"
"obuilder-spec"
"alcotest" {>= "1.7.0" & with-test}
"alcotest-lwt" {>= "1.7.0" & with-test}
"ansi" {>= "0.6.0"}
"astring" {>= "0.8.5"}
"bos" {>= "0.2.1"}
"capnp-rpc-unix" {>= "1.2"}
"cmdliner" {>= "1.1.1"}
"conf-libev" {os != "win32"}
"dockerfile-opam" {>= "8.2.1"}
"fmt" {>= "0.8.9"}
"logs" {>= "0.7.0"}
"mirage-crypto-rng" {>= "0.8.7"}
"ocaml-version" {>= "3.6.1"}
"opam-0install" {>= "0.4.3"}
"ppx_deriving" {>= "5.1"}
"ppx_deriving_yojson" {>= "3.7"}
"ppx_sexp_conv" {>= "v0.14.1"}
"prometheus-app" {>= "1.2"}
"timedesc" {>= "0.9.0"}
"odoc" {with-doc}
]
conflicts: [
"ocaml-migrate-parsetree" {= "1.7.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/ocaml-ci.git"