this repo has no description
0
fork

Configure Feed

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

Merge pull request #27160 from reynir/release-git-kv-v0.1.2

[new release] git-kv (0.1.2)

authored by

Marcello Seri and committed by
GitHub
8c99ffb2 9e88cb98

+44 -2
+1 -1
packages/git-kv/git-kv.0.1.0/opam
··· 28 28 build: [ 29 29 ["dune" "subst"] {dev} 30 30 ["dune" "build" "-p" name "-j" jobs] 31 - ["dune" "runtest" "-p" name "-j" jobs] {with-test} 31 + # ["dune" "runtest" "-p" name "-j" jobs] {with-test} # disabled due to sandbox issues (opens a TCP socket) 32 32 ] 33 33 url { 34 34 src:
+1 -1
packages/git-kv/git-kv.0.1.1/opam
··· 28 28 build: [ 29 29 ["dune" "subst"] {dev} 30 30 ["dune" "build" "-p" name "-j" jobs] 31 - ["dune" "runtest" "-p" name "-j" jobs] {with-test} 31 + # ["dune" "runtest" "-p" name "-j" jobs] {with-test} # disabled due to sandbox issues (opens a TCP socket) 32 32 ] 33 33 url { 34 34 src:
+42
packages/git-kv/git-kv.0.1.2/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 + "alcotest" {>= "1.8.0" & with-test} 25 + "bos" {>= "0.2.1" & with-test} 26 + ] 27 + 28 + build: [ 29 + ["dune" "subst"] {dev} 30 + ["dune" "build" "-p" name "-j" jobs] 31 + # ["dune" "runtest" "-p" name "-j" jobs] {with-test} # disabled due to sandbox issues (opens a TCP socket) 32 + ] 33 + x-maintenance-intent: [ "(latest)" ] 34 + url { 35 + src: 36 + "https://github.com/robur-coop/git-kv/releases/download/v0.1.2/git-kv-0.1.2.tbz" 37 + checksum: [ 38 + "sha256=45ee4a462a96c26c06fcf2df2490a3785a14ad5d26a9816f4adf18f80418c8c1" 39 + "sha512=28d8fd173a248490d55ad46686853f67b8525ef2d654a25a21509eef19ccc8a50a076a2519894c38aa8b13d805a7fa84f3e291da7f5626e4eb2d0e1af03a0a66" 40 + ] 41 + } 42 + x-commit-hash: "75e609ed054df28697990b68797136e57ab8e60f"