File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed
packages/mirage-sleep/mirage-sleep.4.1.0 Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+
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.1.0/mirage-sleep-4.1.0.tbz"
39
+ checksum: [
40
+ "sha256=0a81e5e0b8066c00ed0ef59bdead2ef1a321da31d3f46bede3bbe4d0fce9d9bb"
41
+ "sha512=30b163bb6bf12d6e14463a286d1eafdc983ef7c687628147b0c42eea042ac490465934cd1bfd7ef6814a8bbcc9cacc9d536c858c2604d3d2ac0ed3fcf97c734d"
42
+ ]
43
+ }
44
+ x-commit-hash: "1d5a6743751401479c91dcb34345016a69a8a188"
You can’t perform that action at this time.
0 commit comments