From bf39148441732927734222f5c2a12f23cf16defe Mon Sep 17 00:00:00 2001 From: Patrick Ferris Date: Mon, 6 Mar 2023 12:22:18 +0000 Subject: [PATCH] Fix more metadata issues --- dune-project | 6 ++++-- topojson.opam | 2 -- topojsone.opam | 4 ++++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/dune-project b/dune-project index 99fa0b2..1cf0f57 100644 --- a/dune-project +++ b/dune-project @@ -19,9 +19,7 @@ (description "This library provides a pure OCaml library for working with TopoJSON.") (depends (ocaml (>= 4.08)) - (brr :with-test) (bos :with-test) - (bechamel-notty (and (>= 0.1.0) :with-test)) (mdx (and (>= 1.10.0) :with-test)) (alcotest :with-test) (ezjsonm :with-test))) @@ -33,6 +31,10 @@ (depends (topojson (= :version)) geojsone + (bos :with-test) + (mdx (and (>= 1.10.0) :with-test)) + (alcotest :with-test) + (ezjsonm :with-test) (eio_main (and (>= 0.7) :with-test)))) (using mdx 0.2) diff --git a/topojson.opam b/topojson.opam index 2d748e5..9eb83b0 100644 --- a/topojson.opam +++ b/topojson.opam @@ -11,9 +11,7 @@ bug-reports: "https://github.com/geocaml/ocaml-topojson/issues" depends: [ "dune" {>= "3.0"} "ocaml" {>= "4.08"} - "brr" {with-test} "bos" {with-test} - "bechamel-notty" {>= "0.1.0" & with-test} "mdx" {>= "1.10.0" & with-test} "alcotest" {with-test} "ezjsonm" {with-test} diff --git a/topojsone.opam b/topojsone.opam index 15226a0..8d4e005 100644 --- a/topojsone.opam +++ b/topojsone.opam @@ -12,6 +12,10 @@ depends: [ "dune" {>= "3.0"} "topojson" {= version} "geojsone" + "bos" {with-test} + "mdx" {>= "1.10.0" & with-test} + "alcotest" {with-test} + "ezjsonm" {with-test} "eio_main" {>= "0.7" & with-test} "odoc" {with-doc} ]