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" {>= "6.0.0"} "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/v3.0.0/mirage-block-v3.0.0.tbz" checksum: [ "sha256=341e67269a6932d762d070e329c080a918cee2f21b00c7e73fddf83fe4a7ce65" "sha512=57826493d421926aa54001c309cea8ef33bbd4ea7c05b35c23ee4483c9ea5ed6baf9ef078a9fbdf298c390b5976025e8875b2ed3ac078a4dee5667af39427291" ] } x-commit-hash: "f6c65a9520f7b4cb352ae179f189f78acdde82ae"