this repo has no description
1opam-version: "2.0" 2maintainer: "hannes@mehnert.org" 3authors: [ 4 "Thomas Gazagnaire" 5 "Anil Madhavapeddy" 6 "Gabriel Radanne" 7 "Mindy Preston" 8 "Thomas Leonard" 9 "Nicolas Ojeda Bar" 10 "Dave Scott" 11 "David Kaloper" 12 "Hannes Mehnert" 13 "Richard Mortier" 14] 15license: "ISC" 16tags: "org:mirage" 17homepage: "https://github.com/mirage/mirage-sleep" 18doc: "https://mirage.github.io/mirage-sleep/" 19bug-reports: "https://github.com/mirage/mirage-sleep/issues" 20depends: [ 21 "ocaml" {>= "4.08.0"} 22 "dune" {>= "2.6"} 23 "lwt" {>= "4.0.0"} 24 "duration" 25] 26build: [ 27 ["dune" "subst"] {dev} 28 ["dune" "build" "-p" name "-j" jobs] 29] 30dev-repo: "git+https://github.com/mirage/mirage-sleep.git" 31synopsis: "Sleep operation for MirageOS" 32description: """ 33Mirage_sleep defines the single function `ns`. 34""" 35x-maintenance-intent: [ "(latest)" ] 36url { 37 src: 38 "https://github.com/mirage/mirage-sleep/releases/download/v4.0.0/mirage-sleep-4.0.0.tbz" 39 checksum: [ 40 "sha256=27b730eec137104dc122149dc03d4a57755e5e312abe2566cacdcb80684413f0" 41 "sha512=72847ce2a105ea619ffc2a0b60c6443249caadaee9435ab48e71e7ee19f15376217514cc8c13850964ed80cf518b0449d5da663217633d4bf4185cd0f04c3521" 42 ] 43} 44x-commit-hash: "b1d897b32fe70c01dd60865bd7791aea6109a5a8"