unikernel-repo/packages/mirage-unikernel-dns-letsencrypt-monitoring-hvt.0.0.3/opam

70 lines
2.7 KiB
Text
Raw Normal View History

2024-09-11 19:26:13 +00:00
# Generated by mirage.v4.7.0
2022-08-29 16:18:40 +00:00
opam-version: "2.0"
maintainer: "dummy"
authors: "dummy"
homepage: "dummy"
bug-reports: "dummy"
dev-repo: "git://dummy"
synopsis: "A DNS secondary server that pushes certificates signed by let's encrypt when certificate signing requests without a valid certificate are in the zone (using TLSA records), reports metrics to influx"
build: [make "build"]
2022-08-29 16:18:40 +00:00
install: [
[ "cp" "dist/letsencrypt.hvt" "%{bin}%/letsencrypt.hvt" ]
[ "strip" "%{bin}%/letsencrypt.hvt" ]
[ "cp" "dist/letsencrypt.hvt" "%{prefix}%/letsencrypt.hvt.debug" ]
[ "cp" "README.md" "%{prefix}%/README.md" ]
]
depends: [
"arp" { ?monorepo & >= "3.0.0" & < "4.0.0" }
"dns-certify" { ?monorepo & >= "5.0.1" }
2024-09-11 19:26:13 +00:00
"dns-client-mirage" { ?monorepo & >= "6.4.0" & >= "9.0.0" & < "10.0.0" }
2022-08-29 16:18:40 +00:00
"dns-server" { ?monorepo & >= "5.0.0" }
"dns-tsig" { ?monorepo }
"domain-name" { ?monorepo & >= "0.3.0" }
"duration" { ?monorepo & < "1.0.0" }
2022-08-29 16:18:40 +00:00
"ethernet" { ?monorepo & >= "3.0.0" & < "4.0.0" }
2024-09-11 19:26:13 +00:00
"happy-eyeballs-mirage" { ?monorepo & >= "1.2.0" & < "2.0.0" }
"http-mirage-client" { ?monorepo & >= "0.0.1" & < "0.1.0" }
2022-08-29 16:18:40 +00:00
"letsencrypt" { ?monorepo & >= "0.4.0" }
"letsencrypt-dns" { ?monorepo & >= "0.4.0" }
"letsencrypt-mirage" { ?monorepo }
2022-08-29 16:18:40 +00:00
"logs" { ?monorepo }
"logs-syslog" { ?monorepo & >= "0.4.0" }
2022-08-29 16:18:40 +00:00
"lwt" { ?monorepo }
2024-09-11 19:26:13 +00:00
"mimic-happy-eyeballs" { ?monorepo & >= "0.0.9" }
"mirage" { build & >= "4.7.0" & < "4.8.0" }
2024-05-20 09:51:03 +00:00
"mirage-bootvar" { ?monorepo & >= "1.0.0" & < "2.0.0" }
2022-08-29 16:18:40 +00:00
"mirage-clock-solo5" { ?monorepo & >= "4.2.0" & < "5.0.0" }
2024-09-11 19:26:13 +00:00
"mirage-crypto-rng-mirage" { ?monorepo & >= "1.0.0" & < "2.0.0" }
"mirage-logs" { ?monorepo & >= "2.0.0" & < "3.0.0" }
2022-08-29 16:18:40 +00:00
"mirage-monitoring" { ?monorepo }
"mirage-net-solo5" { ?monorepo & >= "0.8.0" & < "0.9.0" }
2024-09-11 19:26:13 +00:00
"mirage-runtime" { ?monorepo & >= "4.3.2" & >= "4.7.0" & < "4.8.0" }
2022-08-29 16:18:40 +00:00
"mirage-solo5" { ?monorepo & >= "0.9.0" & < "0.10.0" }
"mirage-time" { ?monorepo }
"ocaml-solo5" { build & >= "0.8.2" & < "0.9.0" }
2022-08-29 16:18:40 +00:00
"opam-monorepo" { build & >= "0.3.2" }
"randomconv" { ?monorepo }
2024-05-30 07:34:53 +00:00
"solo5" { build & >= "0.7.5" & < "0.9.0" }
2024-09-11 19:26:13 +00:00
"tcpip" { ?monorepo & >= "8.2.0" & < "9.0.0" }
"x509" { ?monorepo & >= "0.15.2" }
2022-08-29 16:18:40 +00:00
]
x-mirage-opam-lock-location: "mirage/letsencrypt-hvt.opam.locked"
x-mirage-configure: ["sh" "-exc" "mirage configure -t hvt --enable-monitoring --context ./mirage/context --no-extra-repo"]
2022-08-29 16:18:40 +00:00
x-mirage-pre-build: [make "lock" "depext-lockfile" "pull"]
x-mirage-extra-repo: [
["opam-overlays" "https://github.com/dune-universe/opam-overlays.git"]
["mirage-overlays" "https://github.com/dune-universe/mirage-opam-overlays.git"]]
x-opam-monorepo-opam-provided: ["mirage" "ocaml-solo5" "opam-monorepo" "solo5"]
2022-08-29 16:18:40 +00:00
2023-09-09 12:19:41 +00:00
url { src: "git+https://github.com/robur-coop/dns-letsencrypt-secondary.git" }