36 lines
No EOL
840 B
Text
36 lines
No EOL
840 B
Text
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)" ] |