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 <djwllia@us.ibm.com>" 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.3.0" & < "0.5.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: 29 "https://github.com/mirage/mirage-block-solo5/releases/download/v0.3.0/mirage-block-solo5-0.3.0.tbz" 30 checksum: [ 31 "sha256=244c8ea8efdd8e4d23f16b40714d8ba0f0e1a223bc8a8680fa5696fb221fb49e" 32 "md5=fd5cb3f654d2ea8398201ff27fff8573" 33 ] 34}