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"
6authors: ["Dan Williams" "Martin Lucina"]
7tags: [
8 "org:mirage"
9]
10
11build: [
12 ["dune" "subst"] {dev}
13 ["dune" "build" "-p" name "-j" jobs]
14 ["dune" "runtest" "-p" name] {with-test}
15]
16
17depends: [
18 "ocaml" {>= "4.04.2"}
19 "dune" {>= "1.0"}
20 "lwt" {>= "2.4.3"}
21 "cstruct" {>= "1.0.1" & < "6.1.0"}
22 "mirage-block-lwt" {>= "1.0.0"}
23 "mirage-solo5" {>= "0.6.0" & < "0.7.0"}
24 "fmt"
25]
26synopsis: "Solo5 implementation of MirageOS block interface"
27description:
28 "This library implements the MirageOS block interface for Solo5 targets."
29url {
30 src:
31 "https://github.com/mirage/mirage-block-solo5/releases/download/v0.6.0/mirage-block-solo5-v0.6.0.tbz"
32 checksum: [
33 "sha256=d3079a6cd8e9f5d4571f4ed950b4c4323e95cb76ed068ead0e38658523c7f8c1"
34 "sha512=0839fc584a2bcd064cf932bda0131135f812931f348226637bfc5736ed9d9a3c0802da8e1603e7757b3164aee30fe398d86e90da9158a43df75008383160fddc"
35 ]
36}
37flags: [ deprecated ]