this repo has no description
0
fork

Configure Feed

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

Merge pull request #25682 from samoht/release-mirage-kv-unix-v3.0.0

[new release] mirage-kv-unix (3.0.0)

authored by

Thomas Gazagnaire and committed by
GitHub
aa7ba854 1e02070f

+44
+44
packages/mirage-kv-unix/mirage-kv-unix.3.0.0/opam
··· 1 + opam-version: "2.0" 2 + authors: [ "Mindy Preston" "Hannes Mehnert" "Anil Madhavapeddy" 3 + "Thomas Gazagnaire" "Stefanie Schirmer" ] 4 + maintainer: [ "anil@recoil.org" "thomas@gazagnaire.org" ] 5 + homepage: "https://github.com/mirage/mirage-kv-unix" 6 + dev-repo: "git+https://github.com/mirage/mirage-kv-unix.git" 7 + bug-reports: "https://github.com/mirage/mirage-kv-unix/issues" 8 + doc: "https://mirage.github.io/mirage-kv-unix/" 9 + tags: [ "org:mirage" ] 10 + license: "ISC" 11 + build: [ 12 + ["dune" "subst" ] {dev} 13 + ["dune" "build" "-p" name "-j" jobs] 14 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 15 + ] 16 + 17 + depends: [ 18 + "dune" {>= "3.8"} 19 + "ocaml" {>= "4.08.0"} 20 + "mirage-kv" {>= "6.0.0"} 21 + "optint" 22 + "lwt" {>= "5.3.0"} 23 + "ptime" 24 + "cstruct" {with-test & >= "3.2.0"} 25 + "rresult" {with-test} 26 + "mirage-clock-unix" {with-test & >= "3.0.0"} 27 + "alcotest" {with-test & >= "0.8.1"} 28 + ] 29 + synopsis: "Key-value store for MirageOS backed by Unix filesystem" 30 + description: """ 31 + This is a Mirage key-value store backed by an underlying Unix directory. 32 + 33 + The current version supports the `Mirage_kv_lwt.RO` and `Mirage_kv_lwt.RW` 34 + signatures defined in the `mirage-kv-lwt` package. 35 + """ 36 + url { 37 + src: 38 + "https://github.com/mirage/mirage-kv-unix/releases/download/v3.0.0/mirage-kv-unix-3.0.0.tbz" 39 + checksum: [ 40 + "sha256=7e88544e19b4e29fbd4479d6edb54ac86366f9bf24594b0548bbc34ed62a56c5" 41 + "sha512=932bffaa5c18b89f1129984dbb1a1b671ab68596228791ac3069c81d3a8972acf2a8b611839a7ce8cb94c158509551fd11d94c9d9d3a4d58f00345569bd568bb" 42 + ] 43 + } 44 + x-commit-hash: "52b108802d7ceb998275322b973606bd638dfb6d"