Skip to content

Commit 8f9bcca

Browse files
committed
[new release] mirage-kv (6.1.1)
CHANGES: * Leave it up to implementations how to interpret `last_modified` for dictionaries, or even not implement it (then returning ``Error (`Value_expected _)``. The previous definition was not well founded when the dictionary doesn't contain any values directly, and some implementations implements `last_modified` differently from the description on dictionaries. (reported in mirage/mirage-kv#41, fixed in mirage/mirage-kv#42 by @reynir) * Leave it up to implemetations how to interpret `digest` for dictionaries, or even not implement it (returning ``Error (`Value_expected _)``. (reported mirage/ocaml-tar#111, fixed in mirage/mirage-kv#43 by @reynir)
1 parent 9cfac26 commit 8f9bcca

File tree

1 file changed

+38
-0
lines changed
  • packages/mirage-kv/mirage-kv.6.1.1

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
opam-version: "2.0"
2+
maintainer: "Thomas Gazagnaire <[email protected]>"
3+
authors: ["Thomas Gazagnaire <[email protected]>" "Stefanie Schirmer" "Hannes Mehnert"]
4+
homepage: "https://github.com/mirage/mirage-kv"
5+
doc: "https://mirage.github.io/mirage-kv/"
6+
license: "ISC"
7+
dev-repo: "git+https://github.com/mirage/mirage-kv.git"
8+
bug-reports: "https://github.com/mirage/mirage-kv/issues"
9+
tags: ["org:mirage"]
10+
11+
build: [
12+
["dune" "subst"] {dev}
13+
["dune" "build" "-p" name "-j" jobs]
14+
["dune" "runtest" "-p" name] {with-test}
15+
]
16+
depends: [
17+
"ocaml" {>= "4.08.0"}
18+
"dune"
19+
"fmt" {>= "0.8.7"}
20+
"lwt" {>= "4.0.0"}
21+
"optint" {>= "0.2.0"}
22+
"ptime" {>= "1.0.0"}
23+
"alcotest" {with-test & >= "0.8.1"}
24+
]
25+
synopsis: "MirageOS signatures for key/value devices"
26+
description: """
27+
mirage-kv provides the `Mirage_kv.RO` and `Mirage_kv.RW`
28+
signatures the MirageOS key/value devices should implement.
29+
"""
30+
url {
31+
src:
32+
"https://github.com/mirage/mirage-kv/releases/download/v6.1.1/mirage-kv-6.1.1.tbz"
33+
checksum: [
34+
"sha256=7cd5cd95a0e96f9cd4036ad3c22e61d63e2fe0b426a2fc46f809babbed60b8f4"
35+
"sha512=b62a726a6ff81251219cea678b97eb8ab552cb9184afc17871c0a42d370020cb837c6c269f8fb36c3398340c21f52077d84dac3d34baeefd8f3d2dc7e99842ae"
36+
]
37+
}
38+
x-commit-hash: "b362f636c7515781245c80c71022d1f485c790eb"

0 commit comments

Comments
 (0)