Skip to content

Commit 27f5ac6

Browse files
authored
Merge pull request ocaml#27904 from hannesm/release-mirage-block-ramdisk-0.6
2 parents ffb3d1e + 8b34abc commit 27f5ac6

File tree

1 file changed

+40
-0
lines changed
  • packages/mirage-block-ramdisk/mirage-block-ramdisk.0.6

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
authors: "David Scott"
4+
license: "ISC"
5+
tags: "org:mirage"
6+
homepage: "https://github.com/mirage/mirage-block-ramdisk"
7+
doc: "https://mirage.github.io/mirage-block-ramdisk/"
8+
bug-reports: "https://github.com/mirage/mirage-block-ramdisk/issues"
9+
depends: [
10+
"ocaml" {>= "4.06.0"}
11+
"dune"
12+
"alcotest" {with-test}
13+
"cstruct" {>= "6.0.0"}
14+
"io-page" {>= "2.4.0"}
15+
"mirage-block" {>= "2.0.0"}
16+
"mirage-block-combinators" {with-test}
17+
"lwt"
18+
"fmt" {with-test & >= "0.8.7"}
19+
]
20+
build: [
21+
[ "dune" "subst" ] {dev}
22+
[ "dune" "build" "-p" name "-j" jobs ]
23+
[ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
24+
]
25+
dev-repo: "git+https://github.com/mirage/mirage-block-ramdisk.git"
26+
synopsis: "In-memory BLOCK device for MirageOS"
27+
description: """
28+
- Can be dynamically resized
29+
- Supports querying sparseness information
30+
"""
31+
x-maintenance-intent: [ "(latest)" ]
32+
url {
33+
src:
34+
"https://github.com/mirage/mirage-block-ramdisk/releases/download/0.6/mirage-block-ramdisk-0.6.tbz"
35+
checksum: [
36+
"sha256=81a40f3e923385ec304164e2b8984acddd01c496590260b305bc077e57056850"
37+
"sha512=aa8aabb18c81cb6cdec404d404809faeb28be55f24f044aaca333f34ea2bbc2c064cfec3b32fef55e614a945bcd458b96d5c46067d454e188672ad6eeaa6b4b7"
38+
]
39+
}
40+
x-commit-hash: "2fb3c2837f9f8230a8919e33502362d821a8453c"

0 commit comments

Comments
 (0)