opam-version: "2.0"
maintainer:   "martin@lucina.net"
homepage:     "https://github.com/mirage/mirage-block-solo5"
dev-repo: "git+https://github.com/mirage/mirage-block-solo5.git"
bug-reports:  "https://github.com/mirage/mirage-block-solo5/issues"
authors:      "Dan Williams <djwllia@us.ibm.com>"
tags: [
  "org:mirage"
]
build: [
  ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"]
]
depends: [
  "ocaml" {>= "4.04.2"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "topkg" {build}
  "lwt" {>= "2.4.3"}
  "cstruct" {>= "1.0.1"}
  "mirage-block-lwt" {>= "1.0.0"}
  "mirage-solo5" {>= "0.3.0" & < "0.5.0"}
  "fmt"
]
synopsis: "Solo5 implementation of MirageOS block interface"
description:
  "This library implements the MirageOS block interface for Solo5 targets."
url {
  src:
    "https://github.com/mirage/mirage-block-solo5/releases/download/v0.3.0/mirage-block-solo5-0.3.0.tbz"
  checksum: "md5=fd5cb3f654d2ea8398201ff27fff8573"
}
