File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
packages/mirage-mtime/mirage-mtime.5.1.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.1.0/mirage-mtime-5.1.0.tbz"
32+ checksum: [
33+ "sha256=e5ffba272dd75c9e40ed8ccbbf87d9614345c3adb7bfe95dd170a3c6e367deae"
34+ "sha512=9ac59431e7e2c38ea66eda555778c2f19ac86665bfa5729a8b991e359cb5c8650b77e715c2c429d94c3cd26a5977b7e55b36e704cf4cb9393c291178792680eb"
35+ ]
36+ }
37+ x-commit-hash: "ab0f04a0720bd628f587d944f3e2f9c1c26cfef4"
You can’t perform that action at this time.
0 commit comments