This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
37
unikernel/duniverse/mirage/mirage-runtime.opam
Normal file
37
unikernel/duniverse/mirage/mirage-runtime.opam
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
version: "4.10.3"
|
||||
opam-version: "2.0"
|
||||
maintainer: ["anil@recoil.org" "thomas@gazagnaire.org"]
|
||||
authors: ["Thomas Gazagnaire" "Anil Madhavapeddy" "Gabriel Radanne"
|
||||
"Mindy Preston" "Thomas Leonard" "Nicolas Ojeda Bar"
|
||||
"Dave Scott" "David Kaloper" "Hannes Mehnert" "Richard Mortier"]
|
||||
homepage: "https://github.com/mirage/mirage"
|
||||
bug-reports: "https://github.com/mirage/mirage/issues/"
|
||||
dev-repo: "git+https://github.com/mirage/mirage.git"
|
||||
license: "ISC"
|
||||
tags: ["org:mirage" "org:xapi-project"]
|
||||
doc: "https://mirage.github.io/mirage/"
|
||||
available: opam-version >= "2.1.0"
|
||||
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
["dune" "build" "-p" name "-j" jobs]
|
||||
["dune" "runtest" "-p" name "-j" jobs] {with-test}
|
||||
]
|
||||
|
||||
depends: [
|
||||
"ocaml" {>= "4.13.0"}
|
||||
"dune" {>= "2.9.0"}
|
||||
"logs" {>= "0.7.0"}
|
||||
"lwt" {>= "4.0.0"}
|
||||
"ipaddr" {>= "5.5.0"}
|
||||
"cmdliner" {>= "1.2.0"}
|
||||
]
|
||||
conflicts: [
|
||||
"result" {< "1.5"}
|
||||
"ppxlib" {= "0.29.0"} #0.29.0 provides a vendored ppx_sexp_conv
|
||||
]
|
||||
synopsis: "The base MirageOS runtime library, part of every MirageOS unikernel"
|
||||
description: """
|
||||
A bundle of useful runtime functions for applications built with MirageOS
|
||||
"""
|
||||
x-maintenance-intent: [ "(latest)" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue