opam-version: "2.0" maintainer: "dave@recoil.org" authors: "David Scott" license: "ISC" tags: "org:mirage" homepage: "https://github.com/mirage/mirage-block" doc: "https://mirage.github.io/mirage-block/" bug-reports: "https://github.com/mirage/mirage-block/issues" depends: [ "ocaml" {>= "4.06.0"} "dune" {>= "1.0"} "cstruct" {>= "2.0.0" & < "6.0.1"} "io-page" "lwt" {>= "4.0.0"} "logs" "mirage-block" {=version} ] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ] dev-repo: "git+https://github.com/mirage/mirage-block.git" synopsis: "Block signatures and implementations for MirageOS using Lwt" description: """ This repo contains generic operations over Mirage `BLOCK` devices. This package is specialised to the Lwt concurrency library for IO. """ url { src: "https://github.com/mirage/mirage-block/releases/download/v2.0.1/mirage-block-v2.0.1.tbz" checksum: [ "sha256=8cd1386e7a6ca2c9c3bf04102ed66bd72e3a40ead31abc9716317dd563e5e8f2" "sha512=b894f9d7a2269521ce82e17371abc60fc0de76d7c93477e48c2f95baaa2f3d936eedd8e7aee8473252f77352a3ba0ef430ab0ae806a2d22ff75381349029b4c6" ] }