add opam mirror unikernel

This commit is contained in:
Hannes Mehnert 2022-09-25 19:51:46 +02:00
parent 5caf5e3024
commit 613634f567

View file

@ -0,0 +1,69 @@
# Generated by mirage.v4.2.1
opam-version: "2.0"
maintainer: "dummy"
authors: "dummy"
homepage: "dummy"
bug-reports: "dummy"
dev-repo: "git://dummy"
synopsis: "An opam mirror unikernel"
build: ["sh" "-exc" "cd mirage/ && mirage build"]
install: [
[ "cp" "mirage/dist/mirror.hvt" "%{bin}%/mirror.hvt" ]
[ "strip" "%{bin}%/mirror.hvt" ]
[ "cp" "mirage/dist/mirror.hvt" "%{prefix}%/mirror.hvt.debug" ]
[ "cp" "README.md" "%{prefix}%/README.md" ]
]
depends: [
"arp" { ?monorepo & >= "3.0.0" & < "4.0.0" }
"dns-client" { ?monorepo & >= "6.2.0" & < "7.0.0" }
"ethernet" { ?monorepo & >= "3.0.0" & < "4.0.0" }
"git-mirage" { ?monorepo & >= "3.9.0" & < "3.10.0" }
"git-paf" { ?monorepo & >= "3.7.0" }
"h2" { ?monorepo }
"happy-eyeballs-mirage" { ?monorepo & >= "0.3.0" & < "1.0.0" }
"httpaf" { ?monorepo }
"irmin-mirage-git" { ?monorepo & >= "3.0.0" }
"lwt" { ?monorepo }
"mimic" { ?monorepo }
"mimic-happy-eyeballs" { ?monorepo & >= "0.0.5" }
"mirage" { build & >= "4.2.0" & < "4.3.0" }
"mirage-block-solo5" { ?monorepo & >= "0.8.0" & < "0.9.0" }
"mirage-bootvar-solo5" { ?monorepo & >= "0.6.0" & < "0.7.0" }
"mirage-clock-solo5" { ?monorepo & >= "4.2.0" & < "5.0.0" }
"mirage-crypto-rng-mirage" { ?monorepo & >= "0.8.0" & < "0.11.0" }
"mirage-logs" { ?monorepo & >= "1.2.0" & < "2.0.0" }
"mirage-net-solo5" { ?monorepo & >= "0.8.0" & < "0.9.0" }
"mirage-random" { ?monorepo & >= "3.0.0" & < "4.0.0" }
"mirage-runtime" { ?monorepo & >= "4.2.0" & < "4.3.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-file-format" { ?monorepo }
"opam-monorepo" { build & >= "0.3.2" }
"paf" { ?monorepo & >= "0.1.0" }
"tar" { ?monorepo & >= "2.1.1" }
"tar-mirage" { ?monorepo & >= "2.1.1" }
"tcpip" { ?monorepo & >= "7.0.0" & >= "7.1.0" & < "8.0.0" }
]
x-mirage-opam-lock-location: "mirage/mirage/mirror-hvt.opam.locked"
x-mirage-configure: ["sh" "-exc" "cd mirage/ && mirage configure -t hvt -f mirage/config.ml --allocation-policy=best-fit --context mirage/mirage/context --no-extra-repo"]
x-mirage-pre-build: [make "-Cmirage/" "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://git.robur.io/robur/opam-mirror.git#build" }