diff --git a/dune-project b/dune-project index 7502544..d458cd5 100644 --- a/dune-project +++ b/dune-project @@ -1,5 +1,5 @@ (lang dune 2.7) -(generate_opam_files true) +(generate_opam_files false) (name nanosvg) (version 0.1) diff --git a/nanosvg.opam b/nanosvg.opam index dc90f74..8977813 100644 --- a/nanosvg.opam +++ b/nanosvg.opam @@ -1,4 +1,3 @@ -# This file is generated by dune, edit dune-project instead opam-version: "2.0" version: "0.1" synopsis: "Simple SVG parser and rasterizer" @@ -14,7 +13,7 @@ homepage: "https://github.com/Armael/ocaml-nanosvg" bug-reports: "https://github.com/Armael/ocaml-nanosvg/issues" depends: [ "ocaml" {>= "4.12.0"} - "dune" {>= "2.7" & >= "2.0"} + "dune" {>= "2.7"} "odoc" {with-doc} ] build: [ diff --git a/nanosvg_text.opam b/nanosvg_text.opam index a3217f6..cc63f07 100644 --- a/nanosvg_text.opam +++ b/nanosvg_text.opam @@ -1,4 +1,3 @@ -# This file is generated by dune, edit dune-project instead opam-version: "2.0" version: "0.1" synopsis: "Text rendering for NanoSVG text nodes" @@ -13,7 +12,7 @@ homepage: "https://github.com/Armael/ocaml-nanosvg" bug-reports: "https://github.com/Armael/ocaml-nanosvg/issues" depends: [ "ocaml" {>= "4.12.0"} - "dune" {>= "2.7" & >= "2.0"} + "dune" {>= "2.7"} "nanosvg" {>= "0.1"} "stb_truetype" {>= "0.7"} "odoc" {with-doc}