-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathdeployer.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 <alpha@tarides.com>" "Tim McGilchrist <timmcgil@gmail.com>"
]
authors: [
"Thomas Leonard <talex5@gmail.com>"
"Tim McGilchrist <timmcgil@gmail.com>"
"Mark Elvers <mark.elvers@tunbury.org>"
"Antonin Décimo <antonin@tarides.com>"
"Anil Madhavapeddy <anil@recoil.org>"
"Navin Keswani <navin@novemberkilo.com>"
"Lucas Pluvinage <lucas@tarides.com>"
"David Allsopp <david.allsopp@metastack.com>"
"Alpha DIALLO <moyodiallo@gmail.com>"
"Etienne MARAIS <etienne@maiste.fr>"
"Gargi Sharma <gs051095@gmail.com>"
"Hannes Mehnert <hannes@mehnert.org>"
"Cuihtlauac ALVARADO <cuihtmlauac@tarides.com>"
"Patrick Ferris <patrick@sirref.org>"
"Puneeth Chaganti <punchagan@muse-amuse.in>"
]
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")