this repo has no description
1opam-version: "2.0" 2maintainer: "thomas@gazagnaire.org" 3homepage: "https://github.com/mirage/mirage-time" 4bug-reports: "https://github.com/mirage/mirage-time/issues" 5dev-repo: "git+https://github.com/mirage/mirage-time.git" 6doc: "https://mirage.github.io/mirage-time/" 7authors: ["Thomas Gazagnaire" "Anil Madhavapeddy" "Gabriel Radanne" 8 "Mindy Preston" "Thomas Leonard" "Nicolas Ojeda Bar" 9 "Dave Scott" "David Kaloper" "Hannes Mehnert" "Richard Mortier"] 10tags: [ "org:mirage"] 11license: "ISC" 12 13build: [ 14 [ "jbuilder" "subst" "-p" name ] {dev} 15 [ "jbuilder" "build" "-p" name "-j" jobs ] 16] 17 18depends: [ 19 "ocaml" 20 "jbuilder" {>= "1.0+beta9"} 21 "mirage-time-lwt" {>= "1.0.0"} 22 "lwt" 23 "duration" 24] 25synopsis: "Implementation of `Mirage_time_lwt.S` for the Unix backend" 26url { 27 src: 28 "https://github.com/mirage/mirage-time/releases/download/v1.2.0/mirage-time-1.2.0.tbz" 29 checksum: [ 30 "sha256=414ef425f75e06ccca9d2adc3d64a8bcccd274343278fe696720808cd900bfcf" 31 "md5=428555a6f49ac55dcfeb7fcde8d4c378" 32 ] 33}