forked from ocurrent/opam-repo-ci
-
Notifications
You must be signed in to change notification settings - Fork 0
/
opam-repo-ci-web.opam
46 lines (46 loc) · 970 Bytes
/
opam-repo-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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Web-server frontend for opam-repo-ci"
maintainer: ["[email protected]"]
authors: ["[email protected]"]
homepage: "https://github.com/ocurrent/opam-repo-ci"
bug-reports: "https://github.com/ocurrent/opam-repo-ci/issues"
depends: [
"dune" {>= "2.0"}
"yojson"
"logs"
"fmt" {>= "0.8.7"}
"ocaml" {>= "4.12.0"}
"current_rpc"
"current_ansi"
"prometheus-app"
"cmdliner"
"lwt"
"cohttp-lwt-unix" {>= "2.2.0"}
"mirage-crypto-rng" {>= "0.8.8"}
"tyxml"
"capnp-rpc-unix"
"opam-repo-ci-api"
"conf-libev"
"dockerfile"
"ppx_deriving_yojson"
]
conflicts: [
"ocaml-migrate-parsetree" {= "1.7.1"}
"conduit-lwt-unix" {< "4.0.1"}
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ocurrent/opam-repo-ci.git"