-
Notifications
You must be signed in to change notification settings - Fork 19
/
base-images.opam
52 lines (52 loc) · 1.31 KB
/
base-images.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: "Generate Docker base images for OCaml and opam using ocurrent"
maintainer: ["[email protected]"]
authors: ["[email protected]" "[email protected]"]
license: "Apache-2.0"
homepage: "https://github.com/ocurrent/docker-base-images"
bug-reports: "https://github.com/ocurrent/docker-base-images/issues"
depends: [
"dune" {>= "3.7"}
"ocaml" {>= "4.14"}
"conf-libev" {os != "win32"}
"prometheus-app" {>= "1.0"}
"ppx_sexp_conv"
"ppx_deriving_yojson"
"ppx_deriving"
"lwt" {>= "5.6.1"}
"logs"
"fmt" {>= "0.8.7"}
"current" {>= "0.6.6"}
"current_git"
"current_github"
"current_docker"
"current_ocluster" {>= "0.3.0"}
"current_slack"
"current_web"
"current_rpc"
"capnp-rpc-unix" {>= "1.2.3"}
"cmdliner" {>= "1.1.1"}
"dockerfile" {>= "8.2.3"}
"dockerfile-opam" {>= "8.2.3"}
"ocaml-version" {>= "3.6.9"}
"timedesc" {>= "3.0.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/docker-base-images.git"
# See https://github.com/ocurrent/ocaml-ci/issues/931
available: !(os-distribution = "debian" & os-version = "12" & arch = "x86_32")