this repo has no description
1opam-version: "2.0" 2maintainer: "anil@recoil.org" 3authors: ["Anil Madhavapeddy" "Daniel C. Bünzli" "Matthew Gray"] 4license: "ISC" 5tags: "org:mirage" 6homepage: "https://github.com/mirage/mirage-clock" 7doc: "https://mirage.github.io/mirage-clock/" 8bug-reports: "https://github.com/mirage/mirage-clock/issues" 9synopsis: "Libraries and module types for portable clocks" 10description: """ 11This library implements portable support for an operating system timesource 12that is compatible with the [MirageOS](https://mirage.io) library interfaces 13found in: <https://github.com/mirage/mirage> 14 15It implements an `MCLOCK` module that represents a monotonic timesource 16since an arbitrary point, and `PCLOCK` which counts time since the Unix 17epoch. 18""" 19depends: [ 20 "ocaml" {>= "4.08.0"} 21 "dune" {>= "2.8"} 22] 23build: [ 24 ["dune" "subst"] {dev} 25 ["dune" "build" "-p" name "-j" jobs] 26] 27dev-repo: "git+https://github.com/mirage/mirage-clock.git" 28url { 29 src: 30 "https://github.com/mirage/mirage-clock/releases/download/v4.1.0/mirage-clock-4.1.0.tbz" 31 checksum: [ 32 "sha256=b08d4e949336d3a678ade1807e83e74ca8a3f6ee68db00770277e19b3ee183b6" 33 "sha512=27f0e3527e1bd34dc93327e69a30ef8b92e158b03065a8bffa8d59fa45853ed4145c761f448be3c16246c0e1adb582e584ca8d73dca6b66b1f20657955b5a148" 34 ] 35} 36x-commit-hash: "dd8fd33bb4e73ebe3710af4262192908db0ff7c3"