this repo has no description
0
fork

Configure Feed

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

Merge pull request #25894 from dinosaure/release-git-kv-v0.0.5

[new release] git-kv (0.0.5)

authored by

Marcello Seri and committed by
GitHub
708348ff 6d8bf9dd

+39
+39
packages/git-kv/git-kv.0.0.5/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Robur Team <team@robur.coop>" 3 + authors: [ "Robur Team <team@robur.coop>" ] 4 + license: "MIT" 5 + homepage: "https://github.com/robur-coop/git-kv" 6 + dev-repo: "git+https://github.com/robur-coop/git-kv.git" 7 + bug-reports: "https://github.com/robur-coop/git-kv/issues" 8 + synopsis: "A Mirage_kv implementation using git" 9 + 10 + depends: [ 11 + "ocaml" {>= "4.08.0"} 12 + "dune" {>= "2.9.0"} 13 + "git" {>= "3.10.0"} 14 + "mirage-kv" {>= "6.0.0"} 15 + "carton" {>= "0.7.0"} 16 + "carton-lwt" {>= "0.7.0"} 17 + "fmt" {>= "0.8.7"} 18 + "mirage-clock" {>= "2.0.0"} 19 + "ptime" 20 + "hxd" {with-test} 21 + "conf-git" {with-test} 22 + "mirage-clock-unix" {with-test} 23 + "git-unix" {>= "3.10.0" & with-test} 24 + ] 25 + 26 + build: [ 27 + ["dune" "subst"] {dev} 28 + ["dune" "build" "-p" name "-j" jobs] 29 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 30 + ] 31 + url { 32 + src: 33 + "https://github.com/robur-coop/git-kv/releases/download/v0.0.5/git-kv-0.0.5.tbz" 34 + checksum: [ 35 + "sha256=531a165a2b107dc38947769ffd548df47a9d6ced1608da15ff5a90a5c720a7a8" 36 + "sha512=772210a21f5f6453d08902817126203ed79e2c3c56e152dfc671f07919976e171c98b8919a283657e1bd4861dca69cba12074d97a54fdf2a2c8ec5785d45cfad" 37 + ] 38 + } 39 + x-commit-hash: "768b498fef0685087f1395f42cfb323bbb4f7377"