File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
packages/mirage-kv/mirage-kv.6.1.1 Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments