This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
36
unikernel/duniverse/mirage-sleep/mirage-sleep.opam
Normal file
36
unikernel/duniverse/mirage-sleep/mirage-sleep.opam
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
version: "4.1.0"
|
||||
opam-version: "2.0"
|
||||
maintainer: "hannes@mehnert.org"
|
||||
authors: [
|
||||
"Thomas Gazagnaire"
|
||||
"Anil Madhavapeddy"
|
||||
"Gabriel Radanne"
|
||||
"Mindy Preston"
|
||||
"Thomas Leonard"
|
||||
"Nicolas Ojeda Bar"
|
||||
"Dave Scott"
|
||||
"David Kaloper"
|
||||
"Hannes Mehnert"
|
||||
"Richard Mortier"
|
||||
]
|
||||
license: "ISC"
|
||||
tags: "org:mirage"
|
||||
homepage: "https://github.com/mirage/mirage-sleep"
|
||||
doc: "https://mirage.github.io/mirage-sleep/"
|
||||
bug-reports: "https://github.com/mirage/mirage-sleep/issues"
|
||||
depends: [
|
||||
"ocaml" {>= "4.08.0"}
|
||||
"dune" {>= "2.6"}
|
||||
"lwt" {>= "4.0.0"}
|
||||
"duration"
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
["dune" "build" "-p" name "-j" jobs]
|
||||
]
|
||||
dev-repo: "git+https://github.com/mirage/mirage-sleep.git"
|
||||
synopsis: "Sleep operation for MirageOS"
|
||||
description: """
|
||||
Mirage_sleep defines the single function `ns`.
|
||||
"""
|
||||
x-maintenance-intent: [ "(latest)" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue