Skip to content

Commit 6ec35e5

Browse files
authored
Merge pull request ocaml#23451 from hannesm/release-mirage-solo5-v0.9.2
[new release] mirage-solo5 (0.9.2)
2 parents be5e176 + 7c973e3 commit 6ec35e5

File tree

1 file changed

+55
-0
lines changed
  • packages/mirage-solo5/mirage-solo5.0.9.2

1 file changed

+55
-0
lines changed
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
homepage: "https://github.com/mirage/mirage-solo5"
4+
bug-reports: "https://github.com/mirage/mirage-solo5/issues/"
5+
dev-repo: "git+https://github.com/mirage/mirage-solo5.git"
6+
license: "ISC"
7+
authors: [
8+
"Anil Madhavapeddy <[email protected]>"
9+
"Dan Williams <[email protected]>"
10+
"Martin Lucina <[email protected]>"
11+
]
12+
tags: [
13+
"org:mirage"
14+
]
15+
build: [
16+
["dune" "subst"] {dev}
17+
["dune" "build" "-p" name "-j" jobs ]
18+
]
19+
depends: [
20+
"dune" {>= "2.7.0"}
21+
"bheap" {>= "2.0.0"}
22+
"ocaml" {>= "4.08.0"}
23+
"cstruct" {>= "1.0.1"}
24+
"lwt" {>= "2.4.3"}
25+
"metrics"
26+
"metrics-lwt" {>= "0.2.0"}
27+
"mirage-runtime" {>= "4.0"}
28+
"duration"
29+
]
30+
conflicts: [
31+
"io-page" {< "2.4.0"}
32+
"tcpip" {< "6.1.0"}
33+
]
34+
synopsis: "Solo5 core platform libraries for MirageOS"
35+
description: """
36+
This package provides the MirageOS `OS` library for
37+
[Solo5](https://github.com/Solo5/solo5) targets, which handles the main loop
38+
and timers. It also provides the low level C startup code and C stubs required
39+
by the OCaml code.
40+
41+
Currently this package also includes the C stubs used by the Solo5 `console`,
42+
`block` and `net` implementations.
43+
44+
The OCaml runtime and C runtime required to support it are provided separately
45+
by the [ocaml-freestanding](https://github.com/mirage/ocaml-freestanding) package.
46+
"""
47+
url {
48+
src:
49+
"https://github.com/mirage/mirage-solo5/releases/download/v0.9.2/mirage-solo5-0.9.2.tbz"
50+
checksum: [
51+
"sha256=7ed6979d9148455db921c1e2d1216c73bfcff1dce389561af1b5d7e712048a97"
52+
"sha512=b0773efa69e23c33990d152ba8a110e04aa28fc331615d621384f75aa7a2e662f6faa94f4e88f5ebffd1601ed5953d566c7a640b4a630f0b4f7ebd7c7f641c67"
53+
]
54+
}
55+
x-commit-hash: "abdc5dae6a62f6113b95001cfd15982747735c14"

0 commit comments

Comments
 (0)