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.06.0"} 11 "dune" {>= "1.0"} 12 "cstruct" {>= "2.0.0" & < "6.0.1"} 13 "io-page" 14 "lwt" {>= "4.0.0"} 15 "logs" 16 "mirage-block" {=version} 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/v2.0.1/mirage-block-v2.0.1.tbz" 31 checksum: [ 32 "sha256=8cd1386e7a6ca2c9c3bf04102ed66bd72e3a40ead31abc9716317dd563e5e8f2" 33 "sha512=b894f9d7a2269521ce82e17371abc60fc0de76d7c93477e48c2f95baaa2f3d936eedd8e7aee8473252f77352a3ba0ef430ab0ae806a2d22ff75381349029b4c6" 34 ] 35}