From fa1f7351883231e774fb1fb12fb1b4f6c3466685 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Tue, 17 Dec 2024 18:04:41 +0100 Subject: [PATCH] fix lint missing dune lower bound --- packages/domain-name/domain-name.0.4.0/opam | 2 +- packages/ethernet/ethernet.3.2.0/opam | 2 +- packages/gmap/gmap.0.3.0/opam | 2 +- packages/randomconv/randomconv.0.2.0/opam | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/domain-name/domain-name.0.4.0/opam b/packages/domain-name/domain-name.0.4.0/opam index 56131fdd5e0..46b4b88b84e 100644 --- a/packages/domain-name/domain-name.0.4.0/opam +++ b/packages/domain-name/domain-name.0.4.0/opam @@ -7,7 +7,7 @@ doc: "https://hannesm.github.io/domain-name/doc" bug-reports: "https://github.com/hannesm/domain-name/issues" depends: [ "ocaml" {>= "4.04.2"} - "dune" + "dune" {>= "1.0"} "alcotest" {with-test} ] build: [ diff --git a/packages/ethernet/ethernet.3.2.0/opam b/packages/ethernet/ethernet.3.2.0/opam index a23f11bcfb7..08a9ab1c574 100644 --- a/packages/ethernet/ethernet.3.2.0/opam +++ b/packages/ethernet/ethernet.3.2.0/opam @@ -18,7 +18,7 @@ build: [ ] depends: [ - "dune" + "dune" {>= "1.0"} "ocaml" {>= "4.08.0"} "cstruct" {>= "6.0.0"} "mirage-net" {>= "3.0.0"} diff --git a/packages/gmap/gmap.0.3.0/opam b/packages/gmap/gmap.0.3.0/opam index 27cda7addc2..a5237523451 100644 --- a/packages/gmap/gmap.0.3.0/opam +++ b/packages/gmap/gmap.0.3.0/opam @@ -7,7 +7,7 @@ doc: "https://hannesm.github.io/gmap/doc" bug-reports: "https://github.com/hannesm/gmap/issues" depends: [ "ocaml" {>= "4.04.2"} - "dune" + "dune" {>= "1.0"} "alcotest" {with-test} "fmt" {with-test} ] diff --git a/packages/randomconv/randomconv.0.2.0/opam b/packages/randomconv/randomconv.0.2.0/opam index bf1fd5a78c2..62440da81f4 100644 --- a/packages/randomconv/randomconv.0.2.0/opam +++ b/packages/randomconv/randomconv.0.2.0/opam @@ -7,7 +7,7 @@ doc: "https://hannesm.github.io/randomconv/doc" bug-reports: "https://github.com/hannesm/randomconv/issues" depends: [ "ocaml" {>= "4.08.0"} - "dune" + "dune" {>= "1.0"} ] build: [ ["dune" "subst"] {dev}