this repo has no description
0
fork

Configure Feed

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

Merge pull request #27345 from hannesm/release-mirage-sleep-v4.0.0

[new release] mirage-sleep (4.0.0)

authored by

Anil Madhavapeddy and committed by
GitHub
da2a17f5 c0b7cbc6

+44
+44
packages/mirage-sleep/mirage-sleep.4.0.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "hannes@mehnert.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 + x-maintenance-intent: [ "(latest)" ] 36 + url { 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 + } 44 + x-commit-hash: "b1d897b32fe70c01dd60865bd7791aea6109a5a8"