From a5f1e3f486f54fc0d903e521d36749ab05b821b4 Mon Sep 17 00:00:00 2001 From: Mathias Bourgoin Date: Mon, 23 Aug 2021 17:39:16 +0200 Subject: [PATCH] update dune/opam dependencies --- dune-project | 6 +++--- sarek.opam | 2 +- spoc.opam | 2 +- spoc_ppx.opam | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dune-project b/dune-project index b304326..ac05499 100644 --- a/dune-project +++ b/dune-project @@ -14,7 +14,7 @@ (synopsis "High-level GPGPU programming library for OCaml") (description "") (depends - (ocaml (>= 4.07.0)) + (ocaml (>= 4.09.0)) re (dune (> 2.0)) cppo @@ -28,7 +28,7 @@ (synopsis "GPGPU kernel DSL for OCaml") (description "") (depends - (ocaml (>= 4.07.0)) + (ocaml (>= 4.09.0)) spoc re (dune (> 2.0)) @@ -44,7 +44,7 @@ (synopsis "PPX to declare external GPGPU kernels written in CUDA or OpenCL") (description "") (depends - (ocaml (>= 4.07.0)) + (ocaml (>= 4.09.0)) re (dune (> 2.0)) cppo diff --git a/sarek.opam b/sarek.opam index fbec38f..757fc99 100644 --- a/sarek.opam +++ b/sarek.opam @@ -8,7 +8,7 @@ license: "Cecill-B" homepage: "https://github.com/mathiasbourgoin/SPOC" bug-reports: "https://github.com/mathiasbourgoin/SPOC/issues" depends: [ - "ocaml" {>= "4.07.0"} + "ocaml" {>= "4.09.0"} "spoc" "re" "dune" {>= "2.9" & > "2.0"} diff --git a/spoc.opam b/spoc.opam index f5da177..6c34f2b 100644 --- a/spoc.opam +++ b/spoc.opam @@ -8,7 +8,7 @@ license: "Cecill-B" homepage: "https://github.com/mathiasbourgoin/SPOC" bug-reports: "https://github.com/mathiasbourgoin/SPOC/issues" depends: [ - "ocaml" {>= "4.07.0"} + "ocaml" {>= "4.09.0"} "re" "dune" {>= "2.9" & > "2.0"} "cppo" diff --git a/spoc_ppx.opam b/spoc_ppx.opam index fce603a..2fbb539 100644 --- a/spoc_ppx.opam +++ b/spoc_ppx.opam @@ -8,7 +8,7 @@ license: "Cecill-B" homepage: "https://github.com/mathiasbourgoin/SPOC" bug-reports: "https://github.com/mathiasbourgoin/SPOC/issues" depends: [ - "ocaml" {>= "4.07.0"} + "ocaml" {>= "4.09.0"} "re" "dune" {>= "2.9" & > "2.0"} "cppo"