opam-version: "2.0"
maintainer:   "Thomas Gazagnaire <thomas@gazagnaire.org>"
authors:      ["Thomas Gazagnaire <thomas@gazagnaire.org>"]
homepage:     "https://github.com/mirage/mirage-kv"
doc:          "https://mirage.github.io/mirage-kv/"
license:      "ISC"
dev-repo: "git+https://github.com/mirage/mirage-kv.git"
bug-reports:  "https://github.com/mirage/mirage-kv/issues"
tags:         ["org:mirage"]

build: [
  ["jbuilder" "subst" "-p" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
]

depends: [
  "ocaml" {>= "4.01.0"}
  "jbuilder" {>= "1.0+beta7"}
  "mirage-kv" {>= "1.0.0" & < "2.0.0"}
  "lwt"
  "cstruct" {>= "1.9.0"}
]
synopsis: "MirageOS utilities for interfacing with key-value stores."
url {
  src:
    "https://github.com/mirage/mirage-kv/releases/download/v1.1.0/mirage-kv-1.1.0.tbz"
  checksum: "md5=b1d8a3749ab84a6401c340b209f20faa"
}
