Skip to content

Commit bf39148

Browse files
committed
Fix more metadata issues
1 parent 91f82ef commit bf39148

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

dune-project

+4-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
(description "This library provides a pure OCaml library for working with TopoJSON.")
2020
(depends
2121
(ocaml (>= 4.08))
22-
(brr :with-test)
2322
(bos :with-test)
24-
(bechamel-notty (and (>= 0.1.0) :with-test))
2523
(mdx (and (>= 1.10.0) :with-test))
2624
(alcotest :with-test)
2725
(ezjsonm :with-test)))
@@ -33,6 +31,10 @@
3331
(depends
3432
(topojson (= :version))
3533
geojsone
34+
(bos :with-test)
35+
(mdx (and (>= 1.10.0) :with-test))
36+
(alcotest :with-test)
37+
(ezjsonm :with-test)
3638
(eio_main (and (>= 0.7) :with-test))))
3739

3840
(using mdx 0.2)

topojson.opam

-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ bug-reports: "https://github.com/geocaml/ocaml-topojson/issues"
1111
depends: [
1212
"dune" {>= "3.0"}
1313
"ocaml" {>= "4.08"}
14-
"brr" {with-test}
1514
"bos" {with-test}
16-
"bechamel-notty" {>= "0.1.0" & with-test}
1715
"mdx" {>= "1.10.0" & with-test}
1816
"alcotest" {with-test}
1917
"ezjsonm" {with-test}

topojsone.opam

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ depends: [
1212
"dune" {>= "3.0"}
1313
"topojson" {= version}
1414
"geojsone"
15+
"bos" {with-test}
16+
"mdx" {>= "1.10.0" & with-test}
17+
"alcotest" {with-test}
18+
"ezjsonm" {with-test}
1519
"eio_main" {>= "0.7" & with-test}
1620
"odoc" {with-doc}
1721
]

0 commit comments

Comments
 (0)