this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] mirage-sleep (4.0.0)

CHANGES:

* Renamed to mirage-sleep, use dune variants

+43
+43
packages/mirage-sleep/mirage-sleep.4.0.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "thomas@gazagnaire.org" 3 + authors: [ 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 + ] 15 + license: "ISC" 16 + tags: "org:mirage" 17 + homepage: "https://github.com/mirage/mirage-sleep" 18 + doc: "https://mirage.github.io/mirage-sleep/" 19 + bug-reports: "https://github.com/mirage/mirage-sleep/issues" 20 + depends: [ 21 + "ocaml" {>= "4.08.0"} 22 + "dune" {>= "2.6"} 23 + "lwt" {>= "4.0.0"} 24 + "duration" 25 + ] 26 + build: [ 27 + ["dune" "subst"] {dev} 28 + ["dune" "build" "-p" name "-j" jobs] 29 + ] 30 + dev-repo: "git+https://github.com/mirage/mirage-sleep.git" 31 + synopsis: "Sleep operation for MirageOS" 32 + description: """ 33 + Mirage_sleep defines the single function `ns`. 34 + """ 35 + url { 36 + src: 37 + "https://github.com/mirage/mirage-sleep/releases/download/v4.0.0/mirage-sleep-4.0.0.tbz" 38 + checksum: [ 39 + "sha256=27b730eec137104dc122149dc03d4a57755e5e312abe2566cacdcb80684413f0" 40 + "sha512=72847ce2a105ea619ffc2a0b60c6443249caadaee9435ab48e71e7ee19f15376217514cc8c13850964ed80cf518b0449d5da663217633d4bf4185cd0f04c3521" 41 + ] 42 + } 43 + x-commit-hash: "b1d897b32fe70c01dd60865bd7791aea6109a5a8"