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" {>= "6.0.0"}
13 "lwt" {>= "4.0.0"}
14 "logs"
15 "mirage-block" {=version}
16]
17build: [
18 ["dune" "subst"] {dev}
19 ["dune" "build" "-p" name "-j" jobs]
20]
21dev-repo: "git+https://github.com/mirage/mirage-block.git"
22synopsis: "Block signatures and implementations for MirageOS using Lwt"
23description: """
24This repo contains generic operations over Mirage `BLOCK` devices.
25This package is specialised to the Lwt concurrency library for IO.
26"""
27url {
28 src:
29 "https://github.com/mirage/mirage-block/releases/download/v3.0.2/mirage-block-3.0.2.tbz"
30 checksum: [
31 "sha256=5002d47de2f41b599f4ac2e001bfc7a50e8e575d98b58f8650e606eb2854c002"
32 "sha512=5b36b4b8a886f62f87950cae355d14c0ecc8f70f1be1287d5da0b413f7a78020b11e9771cb16ffbbbb5654f6f902c91436cfbbd4a3cc2d9ba9883c0c579d156f"
33 ]
34}
35x-commit-hash: "20e3794e5452b8d37b951cf60ec907e8d96507c7"
36x-maintenance-intent: [ "(latest)" ]