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" 7doc: "https://mirage.github.io/mirage-block/" 8bug-reports: "https://github.com/mirage/mirage-block/issues" 9depends: [ 10 "ocaml" {>= "4.04.2"} 11 "dune" {>= "1.0"} 12 "cstruct" {>= "2.0.0" & < "6.0.1"} 13 "io-page" 14 "lwt" {>= "2.4.7"} 15 "logs" 16 "mirage-block" {>= "1.0.0" & < "2.0.0"} 17] 18build: [ 19 ["dune" "subst"] {dev} 20 ["dune" "build" "-p" name "-j" jobs] 21] 22dev-repo: "git+https://github.com/mirage/mirage-block.git" 23synopsis: "Block signatures and implementations for MirageOS using Lwt" 24description: """ 25This repo contains generic operations over Mirage `BLOCK` devices. 26This package is specialised to the Lwt concurrency library for IO. 27""" 28url { 29 src: 30 "https://github.com/mirage/mirage-block/releases/download/v1.2.0/mirage-block-v1.2.0.tbz" 31 checksum: [ 32 "sha256=3373c4305e77e499446860ba81e1ee3c2c47fa2e1645c2c900b54c859f7a2558" 33 "md5=429022b9e477e8cd99b5906f073c59f4" 34 ] 35} 36flags: deprecated 37post-messages: [ "mirage-block-lwt is deprecated, and has been folded into mirage-block" ] 38x-maintenance-intent: ["(none)"]