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: [
  ["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.5.0" & < "0.6.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.4.0/mirage-block-solo5-0.4.0.tbz"
  checksum: "sha512=4ab32d1f07928f9b43aa53e6fabefc7cf137c60633833745da6607e33644d146be1420795226af6c84aa3910b873233b3a1980766079ed0e2015ad9f09ab8d15"
}
