this repo has no description
1opam-version: "2.0"
2maintainer: "dave@recoil.org"
3authors: "David Scott"
4license: "ISC"
5tags: "org:mirage"
6homepage: "https://github.com/mirage/mirage-block-ramdisk"
7doc: "https://mirage.github.io/mirage-block-ramdisk/"
8bug-reports: "https://github.com/mirage/mirage-block-ramdisk/issues"
9depends: [
10 "ocaml" {>= "4.04.2"}
11 "dune"
12 "alcotest" {with-test & < "1.4.0"}
13 "cstruct"
14 "io-page"
15 "io-page-unix" {with-test}
16 "mirage-block-lwt" {>= "1.0.0"}
17 "lwt"
18]
19build: [
20 [ "dune" "subst" ] {dev}
21 [ "dune" "build" "-p" name "-j" jobs ]
22 [ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
23]
24dev-repo: "git+https://github.com/mirage/mirage-block-ramdisk.git"
25synopsis: "In-memory BLOCK device for MirageOS"
26description: """
27- Can be dynamically resized
28- Supports querying sparseness information
29"""
30url {
31 src:
32 "https://github.com/mirage/mirage-block-ramdisk/releases/download/0.4/mirage-block-ramdisk-0.4.tbz"
33 checksum: [
34 "sha256=5ba75345c584ecc52b2da95bf50e87da15aad2cded67d2809fe621becb51fc20"
35 "sha512=edefaec72ba38d9af26423af5aa3104b5553df4fed458a8baf0084d807de3540a302a3c9534abda3f40277e62d9008187e7600d6493a77e95e51d349b38f3aaa"
36 ]
37}