This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
30
unikernel/duniverse/mirage-kv/mirage-kv.opam
Normal file
30
unikernel/duniverse/mirage-kv/mirage-kv.opam
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
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.
|
||||
"""
|
||||
Loading…
Add table
Add a link
Reference in a new issue