From 0885e5aaf190461b86bfa7f30cc43e74bc024b37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arma=C3=ABl=20Gu=C3=A9neau?= Date: Mon, 23 Jan 2023 16:59:53 +0100 Subject: [PATCH] use (lang dune 2.7) --- dune-project | 2 +- nanosvg.opam | 6 +++--- nanosvg_text.opam | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dune-project b/dune-project index 7490a82..7502544 100644 --- a/dune-project +++ b/dune-project @@ -1,4 +1,4 @@ -(lang dune 2.0) +(lang dune 2.7) (generate_opam_files true) (name nanosvg) diff --git a/nanosvg.opam b/nanosvg.opam index c00d769..dc90f74 100644 --- a/nanosvg.opam +++ b/nanosvg.opam @@ -13,12 +13,12 @@ license: "MIT" homepage: "https://github.com/Armael/ocaml-nanosvg" bug-reports: "https://github.com/Armael/ocaml-nanosvg/issues" depends: [ - "ocaml" {>= "4.08.0"} - "dune" {>= "2.0"} + "ocaml" {>= "4.12.0"} + "dune" {>= "2.7" & >= "2.0"} "odoc" {with-doc} ] build: [ - ["dune" "subst"] {pinned} + ["dune" "subst"] {dev} [ "dune" "build" diff --git a/nanosvg_text.opam b/nanosvg_text.opam index 1426e52..a3217f6 100644 --- a/nanosvg_text.opam +++ b/nanosvg_text.opam @@ -12,14 +12,14 @@ license: "MIT" homepage: "https://github.com/Armael/ocaml-nanosvg" bug-reports: "https://github.com/Armael/ocaml-nanosvg/issues" depends: [ - "ocaml" {>= "4.08.0"} - "dune" {>= "2.0"} + "ocaml" {>= "4.12.0"} + "dune" {>= "2.7" & >= "2.0"} "nanosvg" {>= "0.1"} "stb_truetype" {>= "0.7"} "odoc" {with-doc} ] build: [ - ["dune" "subst"] {pinned} + ["dune" "subst"] {dev} [ "dune" "build"