this repo has no description
1opam-version: "2.0"
2maintainer: "dave@recoil.org"
3authors: ["David Scott" "Thomas Gazagnaire"]
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.08.0"}
11 "dune" {>= "1.0"}
12 "lwt" {>= "4.0.0"}
13 "fmt" {>= "0.8.7"}
14 "cstruct" {>= "4.0.0"}
15]
16build: [
17 ["dune" "subst"] {dev}
18 ["dune" "build" "-p" name "-j" jobs]
19]
20dev-repo: "git+https://github.com/mirage/mirage-block.git"
21synopsis: "Block signatures and implementations for MirageOS"
22description: """
23This repo contains generic operations over Mirage `BLOCK` devices.
24"""
25url {
26 src:
27 "https://github.com/mirage/mirage-block/releases/download/v3.0.0/mirage-block-v3.0.0.tbz"
28 checksum: [
29 "sha256=341e67269a6932d762d070e329c080a918cee2f21b00c7e73fddf83fe4a7ce65"
30 "sha512=57826493d421926aa54001c309cea8ef33bbd4ea7c05b35c23ee4483c9ea5ed6baf9ef078a9fbdf298c390b5976025e8875b2ed3ac078a4dee5667af39427291"
31 ]
32}
33x-commit-hash: "f6c65a9520f7b4cb352ae179f189f78acdde82ae"
34