From 74fc7e7604cb40b83c15844b6fd68ac09d8a618a Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Mon, 26 Sep 2022 13:45:29 +0200 Subject: [PATCH] add git-kv --- packages/git-kv.0.0.1~dev/opam | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 packages/git-kv.0.0.1~dev/opam diff --git a/packages/git-kv.0.0.1~dev/opam b/packages/git-kv.0.0.1~dev/opam new file mode 100644 index 0000000..3571a2a --- /dev/null +++ b/packages/git-kv.0.0.1~dev/opam @@ -0,0 +1,23 @@ +opam-version: "2.0" +maintainer: "Robur Team " +authors: [ "Robur Team " ] +homepage: "https://git.robur.io/robur/git-kv" +dev-repo: "git+https://git.robur.io/robur/git-kv.git" +bug-reports: "https://git.robur.io/robur/git-kv" +synopsis: "A Mirage_kv implementation using git" + +depends: [ + "ocaml" {>= "4.08.0"} + "dune" {>= "2.0.0"} + "git" {>= "3.9.0"} + "mirage-kv" {>= "4.0.0"} + "ptime" +] + +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] +] +url { + src: "git+https://git.robur.io/robur/git-kv.git" +}