Skip to content

Commit

Permalink
Fix more metadata issues
Browse files Browse the repository at this point in the history
  • Loading branch information
patricoferris committed Mar 6, 2023
1 parent 91f82ef commit bf39148
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand All @@ -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)
2 changes: 0 additions & 2 deletions topojson.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
4 changes: 4 additions & 0 deletions topojsone.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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}
]
Expand Down

0 comments on commit bf39148

Please sign in to comment.