Skip to content

Commit e0dad94

Browse files
authored
Merge pull request ocaml#22582 from hannesm/release-mirage-block-solo5-v0.8.1
[new release] mirage-block-solo5 (0.8.1)
2 parents 10df1cf + efbdd77 commit e0dad94

File tree

1 file changed

+39
-0
lines changed
  • packages/mirage-block-solo5/mirage-block-solo5.0.8.1

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
homepage: "https://github.com/mirage/mirage-block-solo5"
4+
dev-repo: "git+https://github.com/mirage/mirage-block-solo5.git"
5+
bug-reports: "https://github.com/mirage/mirage-block-solo5/issues"
6+
doc: "https://mirage.github.io/mirage-block-solo5/"
7+
license: "ISC"
8+
authors: ["Dan Williams" "Martin Lucina"]
9+
tags: [
10+
"org:mirage"
11+
]
12+
13+
build: [
14+
["dune" "subst"] {dev}
15+
["dune" "build" "-p" name "-j" jobs]
16+
["dune" "runtest" "-p" name] {with-test}
17+
]
18+
19+
depends: [
20+
"ocaml" {>= "4.08.0"}
21+
"dune" {>= "2.0"}
22+
"lwt" {>= "2.4.3"}
23+
"cstruct" {>= "6.0.0"}
24+
"mirage-block" {>= "2.0.0"}
25+
"mirage-solo5" {>= "0.7.0"}
26+
"fmt" {>= "0.8.7"}
27+
]
28+
synopsis: "Solo5 implementation of MirageOS block interface"
29+
description:
30+
"This library implements the MirageOS block interface for Solo5 targets."
31+
url {
32+
src:
33+
"https://github.com/mirage/mirage-block-solo5/releases/download/v0.8.1/mirage-block-solo5-0.8.1.tbz"
34+
checksum: [
35+
"sha256=315ec10c5c3fcf4475696e4eccb9c52a22c37374a2849e718c3e527c34073c0f"
36+
"sha512=6ae88a5377b732113f5e5e2e958293f7a6bfd3bd04b371e3ac719ce307ecc4914577046423d1a2a162c4b3b04a728c34c982832e00a1a4f78ee0cbf2d872e644"
37+
]
38+
}
39+
x-commit-hash: "95db9204dbe36aa4019b573b4009845673db201a"

0 commit comments

Comments
 (0)