-
Notifications
You must be signed in to change notification settings - Fork 19
/
dune-project
31 lines (31 loc) · 1.29 KB
/
dune-project
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
(lang dune 3.3)
(name deployer)
(generate_opam_files true)
(formatting disabled)
(source (github ocurrent/ocurrent-deployer))
(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]>")
(maintainers "Alpha DIALLO <[email protected]>" "Tim McGilchrist <[email protected]>")
(package
(name deployer)
(synopsis "Deploy other OCurrent pipelines and services")
(depends
(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 (and (>= 1.0.0) :with-test))
(alcotest-lwt (and (>= 1.0.1) :with-test))))