opam-version: "2.0"
maintainer: [
  "Stefanie Schirmer @linse"
  "Hannes Mehnert"
]
authors: [
  "Stefanie Schirmer @linse"
  "Hannes Mehnert"
]
homepage: "https://github.com/mirage/mirage-kv-mem"
doc: "https://mirage.github.io/mirage-kv-mem/"
bug-reports: "https://github.com/mirage/mirage-kv-mem/issues"
dev-repo: "git+https://github.com/mirage/mirage-kv-mem.git"
tags: [ "org:mirage" "org:robur" ]
license: "ISC"

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

depends: [
  "ocaml" {>= "4.05.0"}
  "dune"
  "alcotest" {with-test}
  "ppx_deriving" {with-test}
  "mirage-clock" {>= "2.0.0" & < "3.0.0"}
  "mirage-kv-lwt" {>= "2.0.0"}
  "rresult"
  "fmt"
  "ptime"
  "mirage-clock-unix" {>= "2.0.0"}
]
synopsis: "In-memory key value store for MirageOS"
description: """
Implements the mirage-kv interface, but does not provide a persistent data storage.
Use for testing or amnesia.
"""
url {
  src:
    "https://github.com/mirage/mirage-kv-mem/releases/download/v2.0.0/mirage-kv-mem-v2.0.0.tbz"
  checksum: "md5=ae88011c01c5eb24520eaf44cbe0fb07"
}
