30 lines
No EOL
947 B
Text
30 lines
No EOL
947 B
Text
version: "6.1.1"
|
|
opam-version: "2.0"
|
|
maintainer: "Thomas Gazagnaire <thomas@gazagnaire.org>"
|
|
authors: ["Thomas Gazagnaire <thomas@gazagnaire.org>" "Stefanie Schirmer" "Hannes Mehnert"]
|
|
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: [
|
|
["dune" "subst"] {dev}
|
|
["dune" "build" "-p" name "-j" jobs]
|
|
["dune" "runtest" "-p" name] {with-test}
|
|
]
|
|
depends: [
|
|
"ocaml" {>= "4.08.0"}
|
|
"dune"
|
|
"fmt" {>= "0.8.7"}
|
|
"lwt" {>= "4.0.0"}
|
|
"optint" {>= "0.2.0"}
|
|
"ptime" {>= "1.0.0"}
|
|
"alcotest" {with-test & >= "0.8.1"}
|
|
]
|
|
synopsis: "MirageOS signatures for key/value devices"
|
|
description: """
|
|
mirage-kv provides the `Mirage_kv.RO` and `Mirage_kv.RW`
|
|
signatures the MirageOS key/value devices should implement.
|
|
""" |