this repo has no description
1opam-version: "2.0"
2maintainer: "dave@recoil.org"
3authors: [ "David Scott" "Thomas Gazagnaire"]
4license: "ISC"
5homepage: "https://github.com/mirage/mirage-block"
6dev-repo: "git+https://github.com/mirage/mirage-block.git"
7bug-reports: "https://github.com/mirage/mirage-block/issues"
8doc: "https://mirage.github.io/mirage-block/"
9
10build: ["ocaml" "pkg/pkg.ml" "build" "-n" name "--pinned" "%{pinned}%"]
11
12depends: [
13 "ocaml" {>= "4.02.0"}
14 "ocamlbuild" {build}
15 "ocamlfind" {build}
16 "topkg" {build}
17 "mirage-device" {>= "1.0.0" & < "2.0.0"}
18 "result"
19]
20tags: "org:mirage"
21synopsis: "Utilities and module definitions for dealing with block devices."
22description:
23 "This library is primarily useful in the context of a Mirage project."
24url {
25 src:
26 "https://github.com/mirage/mirage-block/releases/download/1.0.0/mirage-block-1.0.0.tbz"
27 checksum: [
28 "sha256=193b9b5a3dfa4d619d9b12f48da8feaeb20b3ecfe64942ff9096f94241096f9c"
29 "md5=0a2aa26b9ca280c795b3b13f3a36788a"
30 ]
31}