-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathocaml-multicore-ci-web.opam
48 lines (48 loc) · 1.04 KB
/
ocaml-multicore-ci-web.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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Web-server frontend for ocaml-multicore-ci"
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"}
"crunch" {>= "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"
"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"