-
Notifications
You must be signed in to change notification settings - Fork 11
/
mirage-ci.opam
81 lines (81 loc) · 2.06 KB
/
mirage-ci.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "OCurrent pipelines for testing MirageOS"
description:
"This CI is a set of OCurrent pipelines testing various things for the Mirage project."
maintainer: ["alpha@tarides.com" "Tim McGilchrist <timmcgil@gmail.com>"]
authors: [
"Lucas Pluvinage <lucas@tarides.com>"
"Thomas Gazagnaire <thomas@gazagnaire.org>"
"Tim McGilchrist <timmcgil@gmail.com>"
"Thomas Leonard <talex5@gmail.com>"
"benmandrew <benmandrew@gmail.com>"
"Navin Keswani <navin@novemberkilo.com>"
"Romain Calascibetta <romain.calascibetta@gmail.com>"
]
homepage: "https://github.com/ocurrent/mirage-ci"
bug-reports: "https://github.com/ocurrent/mirage-ci/issues"
depends: [
"dune" {>= "3.7"}
"ocaml" {>= "4.14.1"}
"uri" {>= "4.2.0"}
"tyxml" {>= "4.5.0"}
"stdint" {>= "0.7.0"}
"routes" {>= "1.0.0"}
"result" {>= "1.5"}
"ppx_deriving_yojson" {>= "3.6.1"}
"ppx_deriving" {>= "5.2.1"}
"opam-state" {>= "2.1.0"}
"opam-core" {>= "2.1.0"}
"mirage-flow" {>= "2.0.1"}
"mirage-crypto" {>= "0.10.3"}
"logs" {>= "0.7.0"}
"git" {>= "3.5.0"}
"fpath" {>= "0.7.3"}
"duration" {>= "0.2.0"}
"digestif" {>= "1.0.1"}
"cstruct" {>= "6.0.1"}
"capnp-rpc-net" {>= "1.2.3"}
"capnp-rpc-lwt" {>= "1.2.3"}
"capnp-rpc" {>= "1.2.3"}
"capnp" {>= "3.4.0"}
"bos" {>= "0.2.1"}
"astring" {>= "0.8.5"}
"current" {>= "0.6.4"}
"current_web"
"current_git"
"current_github"
"current_ocluster" {>= "0.2"}
"ocluster-api" {>= "0.2"}
"current_rpc"
"current_docker"
"current-web-pipelines"
"fmt"
"lwt"
"cmdliner" {>= "0.9.8"}
"opam-file-format"
"lambdasoup"
"dockerfile"
"obuilder-spec" {>= "0.5"}
"opam-0install"
"capnp-rpc-unix" {>= "1.2.3"}
"opam-format"
"git-unix"
"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/mirage-ci.git"
available: !(os-distribution = "debian" & os-version = "12" & arch = "x86_32")