mte/unikernel/duniverse/mirage/test/opam-monorepo/unikernel.opam

36 lines
634 B
Text
Raw Normal View History

2025-11-11 02:07:51 +01:00
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"
]