-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy pathocaml-ci.opam
52 lines (52 loc) · 1.17 KB
/
ocaml-ci.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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Core ocaml-ci"
maintainer: [
"Navin Keswani <[email protected]>"
"Tim McGilchrist <[email protected]>"
]
authors: ["[email protected]"]
license: "MIT"
homepage: "https://github.com/ocurrent/ocaml-ci"
doc: "https://ocaml.ci.dev/documentation"
bug-reports: "https://github.com/ocurrent/ocaml-ci/issues"
depends: [
"dune" {>= "3.16"}
"ocaml" {>= "4.14"}
"ocaml-ci-api"
"current"
"current_docker"
"current_ocluster"
"current_rpc"
"obuilder-spec"
"ocluster-api"
"solver-service"
"bos" {>= "0.2.1"}
"capnp-rpc-unix" {>= "1.2"}
"cohttp-lwt-unix" {>= "5.1.0"}
"logs" {>= "0.7.0"}
"ocaml-version" {>= "3.6.1"}
"omigrate" {>= "0.3.2"}
"opam-0install" {>= "0.4.3"}
"ppx_deriving" {>= "5.1"}
"ppx_deriving_yojson" {>= "3.7"}
"tar" {>= "2.4.0" & < "3.0.0"}
"tar-unix" {>= "2.4.0" & < "3.0.0"}
"timedesc" {>= "0.9.0"}
"odoc" {with-doc}
]
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-ci.git"