Skip to content

Commit b5bd059

Browse files
committed
[new release] mirage-kv-mem (4.0.0)
CHANGES: * Use dune variants and mirage-ptime instead of functorising over PCLOCK (mirage/mirage-kv-mem#6 @hannesm)
1 parent 36f4d2d commit b5bd059

File tree

1 file changed

+48
-0
lines changed
  • packages/mirage-kv-mem/mirage-kv-mem.4.0.0

1 file changed

+48
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
opam-version: "2.0"
2+
maintainer: [
3+
"Stefanie Schirmer @linse"
4+
"Hannes Mehnert"
5+
]
6+
authors: [
7+
"Stefanie Schirmer @linse"
8+
"Hannes Mehnert"
9+
]
10+
homepage: "https://github.com/mirage/mirage-kv-mem"
11+
doc: "https://mirage.github.io/mirage-kv-mem/"
12+
bug-reports: "https://github.com/mirage/mirage-kv-mem/issues"
13+
dev-repo: "git+https://github.com/mirage/mirage-kv-mem.git"
14+
tags: [ "org:mirage" "org:robur" ]
15+
license: "ISC"
16+
17+
build: [
18+
["dune" "subst"] {dev}
19+
["dune" "build" "-p" name "-j" jobs]
20+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
21+
]
22+
23+
depends: [
24+
"ocaml" {>= "4.08.0"}
25+
"dune" {>= "1.3.0"}
26+
"alcotest" {with-test}
27+
"mirage-ptime" {>= "5.0.0"}
28+
"mirage-kv" {>= "6.0.0"}
29+
"fmt" {>= "0.9.0"}
30+
"ptime" {>= "1.1.0"}
31+
"optint" {>= "0.3.0"}
32+
]
33+
conflicts: [ "result" {< "1.5"} ]
34+
35+
synopsis: "In-memory key value store for MirageOS"
36+
description: """
37+
Implements the mirage-kv interface, but does not provide a persistent data storage.
38+
Use for testing or amnesia.
39+
"""
40+
url {
41+
src:
42+
"https://github.com/mirage/mirage-kv-mem/releases/download/v4.0.0/mirage-kv-mem-4.0.0.tbz"
43+
checksum: [
44+
"sha256=fabae062fceea192683143abb8334c5b3afefa13cfcaa18c42078e3e6a34a9e0"
45+
"sha512=62f8b0c37c2a83a50bdebabbc21f473b0d6b4c591d19846f59b025b6038330c96c761ded17efde1732d4ba5957ab2eed3c360350896f08616d624e57d3127c8b"
46+
]
47+
}
48+
x-commit-hash: "df75cb046d665933caa32ffe3cf5dfc58ab89c1c"

0 commit comments

Comments
 (0)