forked from ocurrent/ocaml-ci
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ocaml-ci-client.opam
38 lines (38 loc) · 864 Bytes
/
ocaml-ci-client.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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Command-line client for ocaml-ci"
maintainer: [
"Navin Keswani <navin@novemberkilo.com>"
"Tim McGilchrist <timmcgil@gmail.com>"
]
authors: ["talex5@gmail.com"]
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.7"}
"ocaml" {>= "4.14"}
"ocaml-ci-api"
"current_rpc"
"capnp-rpc-unix" {>= "1.2"}
"dockerfile" {>= "8.2.1"}
"fmt" {>= "0.8.9"}
"logs" {>= "0.7.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"