File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
packages/mirage-mtime/mirage-mtime.5.2.0 Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+
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"
You can’t perform that action at this time.
0 commit comments