Skip to content

Commit eab2328

Browse files
authored
Merge pull request #27386 from hannesm/release-mirage-solo5-v0.10.0
[new release] mirage-solo5 (0.10.0)
2 parents 33ab5de + 6e64b13 commit eab2328

File tree

1 file changed

+56
-0
lines changed
  • packages/mirage-solo5/mirage-solo5.0.10.0

1 file changed

+56
-0
lines changed
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
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+
"lwt" {>= "2.4.3"}
24+
"metrics"
25+
"metrics-lwt" {>= "0.2.0"}
26+
"mirage-runtime" {>= "4.6.0"}
27+
"mirage-sleep" {>= "4.0.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+
x-maintenance-intent: [ "(latest)" ]
48+
url {
49+
src:
50+
"https://github.com/mirage/mirage-solo5/releases/download/v0.10.0/mirage-solo5-0.10.0.tbz"
51+
checksum: [
52+
"sha256=885ceb22ce5c7d1176dabded6690279abefd2e89429383eac6ee57a73d975480"
53+
"sha512=75dfdb6f90f0f2b10e2c2581f4d4f57794dd0bf5fe09e929714977c803ddb6450d6ddbfb58d88a0dfd8c87ce4a3bc84bee764e1b8a0c3c3b6539b3e5f934eb39"
54+
]
55+
}
56+
x-commit-hash: "be95f5a5b1af6d19ce60c1ab2475d27c007f824a"

0 commit comments

Comments
 (0)