This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
29
unikernel/duniverse/mirage-mtime/mirage-mtime.opam
Normal file
29
unikernel/duniverse/mirage-mtime/mirage-mtime.opam
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
version: "5.2.0"
|
||||
opam-version: "2.0"
|
||||
maintainer: "hannes@mehnert.org"
|
||||
authors: ["Anil Madhavapeddy" "Daniel C. Bünzli" "Matthew Gray" "Hannes Mehnert"]
|
||||
license: "ISC"
|
||||
tags: "org:mirage"
|
||||
homepage: "https://github.com/mirage/mirage-mtime"
|
||||
doc: "https://mirage.github.io/mirage-mtime/"
|
||||
bug-reports: "https://github.com/mirage/mirage-mtime/issues"
|
||||
synopsis: "Libraries and module types for a monotonic clock"
|
||||
description: """
|
||||
This library implements portable support for an operating system timesource
|
||||
that is compatible with the [MirageOS](https://mirageos.org) library interfaces
|
||||
found in: <https://github.com/mirage/mirage>
|
||||
|
||||
It implements a monotonic timesource since an arbitrary point.
|
||||
"""
|
||||
depends: [
|
||||
"ocaml" {>= "4.08.0"}
|
||||
"dune" {>= "2.8"}
|
||||
"mtime" {>= "2.0.0"}
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
["dune" "build" "-p" name "-j" jobs]
|
||||
["dune" "runtest" "-p" name "-j" jobs] {with-test}
|
||||
]
|
||||
dev-repo: "git+https://github.com/mirage/mirage-mtime.git"
|
||||
x-maintenance-intent: [ "(latest)" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue