-
Notifications
You must be signed in to change notification settings - Fork 19
/
deployer.opam
66 lines (66 loc) · 1.81 KB
/
deployer.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
58
59
60
61
62
63
64
65
66
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Deploy other OCurrent pipelines and services"
maintainer: [
"Alpha DIALLO <[email protected]>" "Tim McGilchrist <[email protected]>"
]
authors: [
"Thomas Leonard <[email protected]>"
"Tim McGilchrist <[email protected]>"
"Mark Elvers <[email protected]>"
"Antonin Décimo <[email protected]>"
"Anil Madhavapeddy <[email protected]>"
"Navin Keswani <[email protected]>"
"Lucas Pluvinage <[email protected]>"
"David Allsopp <[email protected]>"
"Alpha DIALLO <[email protected]>"
"Etienne MARAIS <[email protected]>"
"Gargi Sharma <[email protected]>"
"Hannes Mehnert <[email protected]>"
"Cuihtlauac ALVARADO <[email protected]>"
"Patrick Ferris <[email protected]>"
"Puneeth Chaganti <[email protected]>"
]
homepage: "https://github.com/ocurrent/ocurrent-deployer"
bug-reports: "https://github.com/ocurrent/ocurrent-deployer/issues"
depends: [
"dune" {>= "3.3"}
"ocaml" {>= "4.14"}
"current" {>= "0.6.4"}
"current_web"
"current_git"
"current_github"
"current_docker"
"current_slack"
"current_ssh"
"ocluster-api"
"current_ocluster" {>= "0.3.0"}
"prometheus-app" {>= "1.2"}
"capnp-rpc-unix"
"fmt"
"ppx_deriving_yojson"
"ppx_deriving"
"logs"
"lwt" {>= "5.6.1"}
"cmdliner" {>= "1.1.0"}
"alcotest" {>= "1.0.0" & with-test}
"alcotest-lwt" {>= "1.0.1" & with-test}
"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/ocurrent-deployer.git"
# See https://github.com/ocurrent/ocaml-ci/issues/931
available: !(os-distribution = "debian" & os-version = "12" & arch = "x86_32")