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" "Martin Lucina"]
tags: [
  "org:mirage"
]

build: [
 ["dune" "subst"] {pinned}
 ["dune" "build" "-p" name "-j" jobs]
 ["dune" "runtest" "-p" name] {with-test}
]

depends: [
  "ocaml" {>= "4.04.2"}
  "dune"  {>= "1.0"}
  "lwt" {>= "2.4.3"}
  "cstruct" {>= "1.0.1"}
  "mirage-block-lwt" {>= "1.0.0"}
  "mirage-solo5" {>= "0.6.0" & < "0.7.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.6.0/mirage-block-solo5-v0.6.0.tbz"
  checksum: [
    "sha256=d3079a6cd8e9f5d4571f4ed950b4c4323e95cb76ed068ead0e38658523c7f8c1"
    "sha512=0839fc584a2bcd064cf932bda0131135f812931f348226637bfc5736ed9d9a3c0802da8e1603e7757b3164aee30fe398d86e90da9158a43df75008383160fddc"
  ]
}
