opam-version: "2.0" maintainer: "thomas@gazagnaire.org" homepage: "https://github.com/mirage/mirage-time" bug-reports: "https://github.com/mirage/mirage-time/issues" dev-repo: "git+https://github.com/mirage/mirage-time.git" doc: "https://mirage.github.io/mirage-time/" authors: ["Thomas Gazagnaire" "Anil Madhavapeddy" "Gabriel Radanne" "Mindy Preston" "Thomas Leonard" "Nicolas Ojeda Bar" "Dave Scott" "David Kaloper" "Hannes Mehnert" "Richard Mortier"] tags: [ "org:mirage"] license: "ISC" build: [ [ "jbuilder" "subst" "-p" name ] {dev} [ "jbuilder" "build" "-p" name "-j" jobs ] ] depends: [ "ocaml" "jbuilder" {>= "1.0+beta9"} "mirage-device" {< "2.0.0"} ] synopsis: "Time operations for MirageOS" description: """ mirage-time defines [Mirage_time.S][1] the signature for time-related operations for MirageOS. [1]: https://mirage.github.io/mirage-time/Mirage_time.S.html ### Installation `mirage-time` can be installed with `opam`: opam install mirage-time If you don't use `opam` consult the [`opam`](opam) file for build instructions. ### Documentation The documentation and API reference is automatically generated by `ocamldoc` from the interfaces. It can be consulted [online][2]. [2]: https://mirage.github.io/mirage-time/Mirage_time.html""" url { src: "https://github.com/mirage/mirage-time/releases/download/v1.1.0/mirage-time-1.1.0.tbz" checksum: [ "sha256=5b7dc792ea71fdec47c3f79e41d472c4a8eac82e990e54ed4fe2d8b784cdcb17" "md5=75603dd15ec9c343da74259771a27d85" ] }