This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
69
unikernel/mirage/mte-hvt.opam
Normal file
69
unikernel/mirage/mte-hvt.opam
Normal file
|
|
@ -0,0 +1,69 @@
|
|||
# Generated by mirage.v4.10.3
|
||||
|
||||
opam-version: "2.0"
|
||||
maintainer: "dummy"
|
||||
authors: "dummy"
|
||||
homepage: "dummy"
|
||||
bug-reports: "dummy"
|
||||
dev-repo: "git://dummy"
|
||||
synopsis: "Unikernel mte - switch dependencies"
|
||||
description: """
|
||||
It assumes that local dependencies are already
|
||||
fetched.
|
||||
"""
|
||||
|
||||
build: [make "-Cunikernel/" "build"]
|
||||
|
||||
install: [
|
||||
[ "cp" "unikernel/dist/mte.hvt" "%{bin}%/mte.hvt" ]
|
||||
]
|
||||
|
||||
depends: [
|
||||
"arp" { ?monorepo & >= "4.0.0" & < "5.0.0" }
|
||||
"caqti" { ?monorepo }
|
||||
"caqti-driver-pgx" { ?monorepo }
|
||||
"caqti-lwt" { ?monorepo }
|
||||
"caqti-mirage" { ?monorepo }
|
||||
"caqti-tls" { ?monorepo }
|
||||
"cmdliner-stdlib" { ?monorepo & >= "1.0.1" & < "2.0.0" }
|
||||
"crunch" { ?monorepo & build & >= "4.0.0" & < "5.0.0" }
|
||||
"dns-client-mirage" { ?monorepo & >= "10.0.0" & < "11.0.0" }
|
||||
"duration" { ?monorepo & < "1.0.0" }
|
||||
"ethernet" { ?monorepo & >= "3.0.0" & < "4.0.0" }
|
||||
"h2" { ?monorepo & >= "0.13.0" }
|
||||
"happy-eyeballs-mirage" { ?monorepo & >= "2.0.0" & < "3.0.0" }
|
||||
"logs" { ?monorepo }
|
||||
"lwt" { ?monorepo }
|
||||
"mimic-happy-eyeballs" { ?monorepo & >= "0.0.9" }
|
||||
"mirage" { build & >= "4.10.0" & < "4.11.0" }
|
||||
"mirage-bootvar" { ?monorepo & >= "1.0.0" & < "2.0.0" }
|
||||
"mirage-crypto-rng-mirage" { ?monorepo & >= "2.0.0" & < "3.0.0" }
|
||||
"mirage-kv-mem" { ?monorepo & >= "4.0.0" & < "5.0.0" }
|
||||
"mirage-logs" { ?monorepo & >= "3.0.0" & < "4.0.0" }
|
||||
"mirage-mtime" { ?monorepo & >= "5.2.0" & < "6.0.0" }
|
||||
"mirage-net-solo5" { ?monorepo & >= "0.8.0" & < "0.9.0" }
|
||||
"mirage-ptime" { ?monorepo & >= "5.1.0" & < "6.0.0" }
|
||||
"mirage-runtime" { ?monorepo & >= "4.10.0" & < "4.11.0" }
|
||||
"mirage-sleep" { ?monorepo & >= "4.1.0" & < "5.0.0" }
|
||||
"mirage-solo5" { ?monorepo & >= "0.10.0" & < "0.11.0" }
|
||||
"ocaml-solo5" { build & >= "0.8.2" & < "2.0.0" }
|
||||
"opam-monorepo" { build & >= "0.3.2" }
|
||||
"paf" { ?monorepo & >= "0.8.0" & < "0.9.0" }
|
||||
"solo5" { build & >= "0.7.5" & < "0.11.0" }
|
||||
"tcpip" { ?monorepo & >= "9.0.0" & < "10.0.0" }
|
||||
]
|
||||
|
||||
x-mirage-opam-lock-location: "unikernel/mirage/mte-hvt.opam.locked"
|
||||
|
||||
x-mirage-configure: ["sh" "-exc" "cd unikernel/ && mirage configure -f unikernel/config.ml -t hvt --context-file unikernel/mirage/context --no-extra-repo"]
|
||||
|
||||
x-mirage-pre-build: [make "-Cunikernel/" "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"]
|
||||
|
||||
url { src: "git+https://git.zapashcanon.fr/swrup/mte.git#HEAD" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue