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.06.0"}
11 "dune"
12 "alcotest" {with-test & < "1.4.0"}
13 "cstruct" {< "6.1.0"}
14 "io-page"
15 "io-page-unix" {with-test}
16 "mirage-block" {>= "2.0.0"}
17 "mirage-block-combinators" {with-test}
18 "lwt"
19]
20build: [
21 [ "dune" "subst" ] {dev}
22 [ "dune" "build" "-p" name "-j" jobs ]
23 [ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
24]
25dev-repo: "git+https://github.com/mirage/mirage-block-ramdisk.git"
26synopsis: "In-memory BLOCK device for MirageOS"
27description: """
28- Can be dynamically resized
29- Supports querying sparseness information
30"""
31url {
32 src:
33 "https://github.com/mirage/mirage-block-ramdisk/releases/download/0.5/mirage-block-ramdisk-0.5.tbz"
34 checksum: [
35 "sha256=cc0e814fd54efe7a5b7a8c5eb1c04e2dece751b7d8dee2d95908a0768896e8af"
36 "sha512=2557896713c0d7a833d30b9847e2c545929df40cd04c534fed7a8d0ea25c2cd1075b8ae5ba56e47bdeac5a60a07a222a1780b32cc12ebcb2ce94fdffdcf0657c"
37 ]
38}