this repo has no description
1opam-version: "2.0"
2maintainer: "martin@lucina.net"
3homepage: "https://github.com/mirage/mirage-block-solo5"
4dev-repo: "git+https://github.com/mirage/mirage-block-solo5.git"
5bug-reports: "https://github.com/mirage/mirage-block-solo5/issues"
6doc: "https://mirage.github.io/mirage-block-solo5/"
7license: "ISC"
8authors: ["Dan Williams" "Martin Lucina"]
9tags: [
10 "org:mirage"
11]
12
13build: [
14 ["dune" "subst"] {dev}
15 ["dune" "build" "-p" name "-j" jobs]
16 ["dune" "runtest" "-p" name] {with-test}
17]
18
19depends: [
20 "ocaml" {>= "4.06.0"}
21 "dune" {>= "1.0"}
22 "lwt" {>= "2.4.3"}
23 "cstruct" {>= "1.0.1" & < "6.1.0"}
24 "mirage-block" {>= "2.0.0"}
25 "mirage-solo5" {>= "0.6.0" & < "0.7.0"}
26 "fmt"
27]
28synopsis: "Solo5 implementation of MirageOS block interface"
29description:
30 "This library implements the MirageOS block interface for Solo5 targets."
31url {
32 src:
33 "https://github.com/mirage/mirage-block-solo5/releases/download/v0.6.1/mirage-block-solo5-v0.6.1.tbz"
34 checksum: [
35 "sha256=5ee782291ca4a5770259c1724cd1f55c8b604ff8ebf79a447d4c3d8da516173f"
36 "sha512=5c9c80b86714005ab9dcc730aa8910828cd2fb79971f65a9667619dc88f84dc309e727f17ec8efd9a45701652114d5a8586243db8814a3416f9341430e39e9aa"
37 ]
38}
39flags: [ deprecated ]