this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #20810 from dinosaure/release-mirage-kv-v4.0.1

[new release] mirage-kv (4.0.1)

authored by

Kate and committed by
GitHub
3639f620 c8e1cb40

+36
+36
packages/mirage-kv/mirage-kv.4.0.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Thomas Gazagnaire <thomas@gazagnaire.org>" 3 + authors: ["Thomas Gazagnaire <thomas@gazagnaire.org>" "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 + "alcotest" {with-test} 22 + ] 23 + synopsis: "MirageOS signatures for key/value devices" 24 + description: """ 25 + mirage-kv provides the `Mirage_kv.RO` and `Mirage_kv.RW` 26 + signatures the MirageOS key/value devices should implement. 27 + """ 28 + url { 29 + src: 30 + "https://github.com/mirage/mirage-kv/releases/download/v4.0.1/mirage-kv-4.0.1.tbz" 31 + checksum: [ 32 + "sha256=a7a8b8cd4560c6d4e75220488dbf16eaef71453733565e16c1f15c979b55aa71" 33 + "sha512=e6ac8b8638eac760d245edb0159366c313ff9f5986fd310557fa6bec6f9fb87a3bb59d73065b42d2a798779d7b41cb81da235624db8e836f44801c4ae20c0293" 34 + ] 35 + } 36 + x-commit-hash: "64ced5981acdb3b4299e674f24ced1a18c5fe74b"