-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathocaml-multicore-ci-service.opam
54 lines (54 loc) · 1.26 KB
/
ocaml-multicore-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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Test OCaml projects on GitHub"
maintainer: ["[email protected]"]
authors: ["[email protected]"]
homepage: "https://github.com/ocurrent/ocaml-multicore-ci"
bug-reports: "https://github.com/ocurrent/ocaml-multicore-ci/issues"
depends: [
"dune" {>= "3.6"}
"prometheus-app" {>= "1.0"}
"ppx_sexp_conv" {>= "v0.14.1"}
"ppx_deriving_yojson" {>= "3.6.1"}
"ppx_deriving" {>= "5.1"}
"opam-0install" {>= "0.4"}
"mirage-crypto-rng" {>= "0.8.7"}
"logs" {>= "0.7.0"}
"fmt" {>= "0.8.7"}
"cmdliner" {>= "1.1.0"}
"current_git"
"current_github"
"current_docker"
"current_web"
"current_rpc"
"current_ocluster"
"capnp-rpc-unix" {>= "1.2"}
"solver-service-api"
"solver-service"
"ocluster-api"
"obuilder-spec"
"conf-libev"
"dockerfile-opam" {>= "7.0.0"}
"ocaml-version" {>= "3.0.0"}
"alcotest" {>= "1.0.0" & with-test}
"alcotest-lwt" {>= "1.0.1" & with-test}
"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-multicore-ci.git"