This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
35
unikernel/duniverse/mirage/test/opam-monorepo/unikernel.opam
Normal file
35
unikernel/duniverse/mirage/test/opam-monorepo/unikernel.opam
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
opam-version: "2.0"
|
||||
name: "noop"
|
||||
maintainer: "dummy"
|
||||
authors: "dummy"
|
||||
homepage: "dummy"
|
||||
bug-reports: "dummy"
|
||||
dev-repo: "git://dummy"
|
||||
synopsis: "Unikernel noop - switch dependencies"
|
||||
description: """
|
||||
It assumes that local dependencies are already
|
||||
fetched.
|
||||
"""
|
||||
|
||||
build: [
|
||||
[ "test" "configure" ]
|
||||
[ "test" "build" ]
|
||||
]
|
||||
|
||||
install: [
|
||||
[ "cp" "dist/f0.exe" "%{bin}%/f0" ]
|
||||
]
|
||||
|
||||
depends: [
|
||||
"ocaml-solo5"
|
||||
"mirage-runtime"
|
||||
"fmt"
|
||||
"zarith"
|
||||
]
|
||||
|
||||
x-opam-monorepo-opam-provided: [ "ocaml-solo5" ]
|
||||
|
||||
x-opam-monorepo-opam-repositories: [
|
||||
"file://$OPAM_MONOREPO_CWD/mini-opam-overlays"
|
||||
"file://$OPAM_MONOREPO_CWD/mini-opam-repository"
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue