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]
10build: [
11 ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"]
12]
13depends: [
14 "ocaml" {>= "4.04.2"}
15 "ocamlfind" {build}
16 "ocamlbuild" {build}
17 "topkg" {build}
18 "lwt" {>= "2.4.3"}
19 "cstruct" {>= "1.0.1" & < "6.1.0"}
20 "mirage-block-lwt" {>= "1.0.0"}
21 "mirage-solo5" {>= "0.5.0" & < "0.6.0"}
22 "fmt"
23]
24synopsis: "Solo5 implementation of MirageOS block interface"
25description:
26 "This library implements the MirageOS block interface for Solo5 targets."
27url {
28 src: "https://github.com/mirage/mirage-block-solo5/releases/download/v0.4.0/mirage-block-solo5-0.4.0.tbz"
29 checksum: "sha512=4ab32d1f07928f9b43aa53e6fabefc7cf137c60633833745da6607e33644d146be1420795226af6c84aa3910b873233b3a1980766079ed0e2015ad9f09ab8d15"
30}