Skip to content

Commit

Permalink
Merge pull request #27345 from hannesm/release-mirage-sleep-v4.0.0
Browse files Browse the repository at this point in the history
[new release] mirage-sleep (4.0.0)
  • Loading branch information
avsm authored Feb 2, 2025
2 parents c0b7cbc + 0d19e2e commit da2a17f
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions packages/mirage-sleep/mirage-sleep.4.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
opam-version: "2.0"
maintainer: "[email protected]"
authors: [
"Thomas Gazagnaire"
"Anil Madhavapeddy"
"Gabriel Radanne"
"Mindy Preston"
"Thomas Leonard"
"Nicolas Ojeda Bar"
"Dave Scott"
"David Kaloper"
"Hannes Mehnert"
"Richard Mortier"
]
license: "ISC"
tags: "org:mirage"
homepage: "https://github.com/mirage/mirage-sleep"
doc: "https://mirage.github.io/mirage-sleep/"
bug-reports: "https://github.com/mirage/mirage-sleep/issues"
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.6"}
"lwt" {>= "4.0.0"}
"duration"
]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
]
dev-repo: "git+https://github.com/mirage/mirage-sleep.git"
synopsis: "Sleep operation for MirageOS"
description: """
Mirage_sleep defines the single function `ns`.
"""
x-maintenance-intent: [ "(latest)" ]
url {
src:
"https://github.com/mirage/mirage-sleep/releases/download/v4.0.0/mirage-sleep-4.0.0.tbz"
checksum: [
"sha256=27b730eec137104dc122149dc03d4a57755e5e312abe2566cacdcb80684413f0"
"sha512=72847ce2a105ea619ffc2a0b60c6443249caadaee9435ab48e71e7ee19f15376217514cc8c13850964ed80cf518b0449d5da663217633d4bf4185cd0f04c3521"
]
}
x-commit-hash: "b1d897b32fe70c01dd60865bd7791aea6109a5a8"

0 comments on commit da2a17f

Please sign in to comment.