Skip to content

Commit 3acf5fb

Browse files
committed
[new release] mirage-mtime (5.2.0)
CHANGES: * Add support for unikraft (mirage/mirage-mtime#1 @shym @fabbing @Firobe)
1 parent f2cd184 commit 3acf5fb

File tree

1 file changed

+37
-0
lines changed
  • packages/mirage-mtime/mirage-mtime.5.2.0

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
authors: ["Anil Madhavapeddy" "Daniel C. Bünzli" "Matthew Gray" "Hannes Mehnert"]
4+
license: "ISC"
5+
tags: "org:mirage"
6+
homepage: "https://github.com/mirage/mirage-mtime"
7+
doc: "https://mirage.github.io/mirage-mtime/"
8+
bug-reports: "https://github.com/mirage/mirage-mtime/issues"
9+
synopsis: "Libraries and module types for a monotonic clock"
10+
description: """
11+
This library implements portable support for an operating system timesource
12+
that is compatible with the [MirageOS](https://mirageos.org) library interfaces
13+
found in: <https://github.com/mirage/mirage>
14+
15+
It implements a monotonic timesource since an arbitrary point.
16+
"""
17+
depends: [
18+
"ocaml" {>= "4.08.0"}
19+
"dune" {>= "2.8"}
20+
"mtime" {>= "2.0.0"}
21+
]
22+
build: [
23+
["dune" "subst"] {dev}
24+
["dune" "build" "-p" name "-j" jobs]
25+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
26+
]
27+
dev-repo: "git+https://github.com/mirage/mirage-mtime.git"
28+
x-maintenance-intent: [ "(latest)" ]
29+
url {
30+
src:
31+
"https://github.com/mirage/mirage-mtime/releases/download/v5.2.0/mirage-mtime-5.2.0.tbz"
32+
checksum: [
33+
"sha256=91a04352a405d5215e724bbce624675fd8e2d7c4e36d3225cf806546e44089bf"
34+
"sha512=5ffc9570c2d939d3deee1ca0b12ba49c9332ec141bf847edd7c4c8fbe274bf1f4a4ac5b74a7acdb30d1cbf81783bd71b66e83cfa7af1a7e80a1406edafcec110"
35+
]
36+
}
37+
x-commit-hash: "4fc4a1b5c5f60c62772f59d1fd6f6968ef8e30d2"

0 commit comments

Comments
 (0)