diff --git a/packages/mirage-unikernel-unipi-monitoring-hvt.0.0.2/opam b/packages/mirage-unikernel-unipi-monitoring-hvt.0.0.2/opam new file mode 100644 index 0000000..3bbe34c --- /dev/null +++ b/packages/mirage-unikernel-unipi-monitoring-hvt.0.0.2/opam @@ -0,0 +1,74 @@ +# Generated by mirage.v4.3.1 + +opam-version: "2.0" +maintainer: "dummy" +authors: "dummy" +homepage: "dummy" +bug-reports: "dummy" +dev-repo: "git://dummy" +synopsis: "A web server unikernel which content is stored in a remote git repository, TLS certificate via ALPN let's encrypt challenge, which reports metrics to influx" + +build: ["sh" "-exc" "mirage build"] + +install: [ + [ "cp" "dist/unipi.hvt" "%{bin}%/unipi.hvt" ] + [ "strip" "%{bin}%/unipi.hvt" ] + [ "cp" "dist/unipi.hvt" "%{prefix}%/unipi.hvt.debug" ] + [ "cp" "README.md" "%{prefix}%/README.md" ] +] + +depends: [ + "arp" { ?monorepo & >= "3.0.0" & < "4.0.0" } + "awa" { ?monorepo } + "awa-mirage" { ?monorepo } + "dns-client" { ?monorepo & >= "6.2.0" & < "7.0.0" } + "ethernet" { ?monorepo & >= "3.0.0" & < "4.0.0" } + "git" { ?monorepo & >= "3.7.0" } + "git-kv" { ?monorepo } + "git-mirage" { ?monorepo & >= "3.10.0" & < "3.11.0" } + "git-paf" { ?monorepo & >= "3.7.0" } + "happy-eyeballs-mirage" { ?monorepo & >= "0.3.0" & < "1.0.0" } + "letsencrypt" { ?monorepo & >= "0.3.0" } + "logs" { ?monorepo } + "logs-syslog" { ?monorepo } + "lwt" { ?monorepo } + "magic-mime" { ?monorepo & >= "1.3.0" } + "mimic" { ?monorepo } + "mimic-happy-eyeballs" { ?monorepo & >= "0.0.5" } + "mirage" { build & >= "4.3.1" & < "4.4.0" } + "mirage-bootvar-solo5" { ?monorepo & >= "0.6.0" & < "0.7.0" } + "mirage-clock-solo5" { ?monorepo & >= "4.2.0" & < "5.0.0" } + "mirage-console-solo5" { ?monorepo & >= "0.8.0" & < "0.9.0" } + "mirage-crypto-rng-mirage" { ?monorepo & >= "0.8.0" & < "0.11.0" } + "mirage-logs" { ?monorepo & >= "1.2.0" & < "2.0.0" } + "mirage-monitoring" { ?monorepo & >= "0.0.2" } + "mirage-net-solo5" { ?monorepo & >= "0.8.0" & < "0.9.0" } + "mirage-random" { ?monorepo & >= "3.0.0" & < "4.0.0" } + "mirage-runtime" { ?monorepo & >= "4.3.1" & < "4.4.0" } + "mirage-solo5" { ?monorepo & >= "0.9.0" & < "0.10.0" } + "mirage-time" { ?monorepo } + "ocaml" { build & >= "4.08.0" } + "ocaml-solo5" { build & >= "0.8.1" & < "0.9.0" } + "opam-monorepo" { build & >= "0.3.2" } + "paf" { ?monorepo & >= "0.3.0" } + "paf-le" { ?monorepo & >= "0.3.0" } + "tcpip" { ?monorepo & >= "7.0.0" & >= "7.1.0" & < "8.0.0" } + "tls-mirage" { ?monorepo } +] + +x-mirage-opam-lock-location: "mirage/unipi-hvt.opam.locked" + +x-mirage-configure: ["sh" "-exc" "mirage configure -t hvt --allocation-policy=best-fit --context ./mirage/context --no-extra-repo"] + +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""ocaml-solo5" +"opam-monorepo"] + +url { src: "git+https://github.com/roburio/unipi.git#monitoring" }