From 1fe4e67bfef7472f7add347e9300449a386f48c3 Mon Sep 17 00:00:00 2001 From: Craig Ferguson Date: Fri, 11 Oct 2019 14:19:32 +0200 Subject: [PATCH] opam: remove the 'build' directive on dune dependency See https://github.com/ocaml/opam-repository/pull/14266 --- mirage-kv-lwt.opam | 2 +- mirage-kv.opam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mirage-kv-lwt.opam b/mirage-kv-lwt.opam index b873213..d13affc 100644 --- a/mirage-kv-lwt.opam +++ b/mirage-kv-lwt.opam @@ -15,7 +15,7 @@ build: [ depends: [ "ocaml" {>= "4.05.0"} - "dune" {build} + "dune" "mirage-kv" {>= "2.0.0"} "lwt" "cstruct" diff --git a/mirage-kv.opam b/mirage-kv.opam index 7ea8052..cdda97d 100644 --- a/mirage-kv.opam +++ b/mirage-kv.opam @@ -15,7 +15,7 @@ build: [ ] depends: [ "ocaml" {>= "4.05.0"} - "dune" {build} + "dune" "mirage-device" {>= "1.0.0"} "fmt" "alcotest" {with-test}