forked from ocurrent/opam-repo-ci
-
Notifications
You must be signed in to change notification settings - Fork 0
/
opam-repo-ci-service.opam
57 lines (57 loc) · 1.33 KB
/
opam-repo-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
# 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/opam-repo-ci"
bug-reports: "https://github.com/ocurrent/opam-repo-ci/issues"
depends: [
"prometheus-app" {>= "1.0"}
"prometheus" {>= "0.7"}
"ppx_sexp_conv"
"ppx_deriving_yojson"
"ppx_deriving"
"mirage-crypto-rng" {>= "0.8.8"}
"logs"
"fmt" {>= "0.8.7"}
"dune" {>= "1.11"}
"ocaml" {>= "4.12.0"}
"current_git"
"current_github"
"current_docker"
"current_web"
"current_rpc"
"memtrace"
"capnp-rpc-lwt" {>= "0.8.0"}
"capnp-rpc-unix" {>= "0.8.0"}
"opam-repo-ci-api"
"opam-state" {>= "2.1.0~beta4"}
"opam-format" {>= "2.1.0~beta4"}
"opam-file-format" {>= "2.1.2"}
"sexplib" {>= "v0.14.0"}
"conf-libev"
"dockerfile" {>= "6.3.0"}
"dockerfile-opam" {>= "6.3.0"}
"ocaml-version" {>= "2.4.0"}
"alcotest" {>= "1.0.0" & with-test}
"alcotest-lwt" {>= "1.0.1" & with-test}
]
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"