-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathdune-project
84 lines (79 loc) · 1.84 KB
/
dune-project
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
(lang dune 3.6)
(name ocaml-multicore-ci)
(generate_opam_files true)
(source (github ocurrent/ocaml-multicore-ci))
(authors "[email protected]")
(maintainers "[email protected]")
(package
(name ocaml-multicore-ci-api)
(synopsis "Cap'n Proto API for ocaml-multicore-ci")
(depends
current_rpc
(capnp (>= 3.4.0))
(capnp-rpc-lwt (>= 1.2))
ppx_deriving
ppx_deriving_yojson))
(package
(name ocaml-multicore-ci-service)
(synopsis "Test OCaml projects on GitHub")
(conflicts (ocaml-migrate-parsetree (= "1.7.1")))
(depends
(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 (and (>= 1.0.0) :with-test))
(alcotest-lwt (and (>= 1.0.1) :with-test))))
(package
(name ocaml-multicore-ci-web)
(synopsis "Web-server frontend for ocaml-multicore-ci")
(conflicts (ocaml-migrate-parsetree (= "1.7.1")))
(depends
(crunch (and (>= 3.2.0) :build))
(yojson (>= 1.7.0))
(logs (>= 0.7.0))
(fmt (>= 0.8.9))
current_rpc
ansi
(prometheus-app (>= 1.0))
(cmdliner (>= 1.1.0))
lwt
lwt_ppx
(cohttp-lwt-unix (>= 2.2.0))
tyxml
(capnp-rpc-unix (>= 1.2))
ocaml-multicore-ci-api
graphql
graphql-cohttp
(graphql-lwt (>= 0.14.0))
conf-libev
ppx_deriving_yojson))
(package
(name ocaml-multicore-ci-client)
(synopsis "Command-line client for ocaml-multicore-ci")
(depends
(logs (>= 0.7.0))
(fmt (>= 0.8.9))
current_rpc
(capnp-rpc-unix (>= 1.2))
ocaml-multicore-ci-api
dockerfile))