File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
packages/mirage-block-ramdisk/mirage-block-ramdisk.0.6 Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ 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"
You can’t perform that action at this time.
0 commit comments