File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 19
19
( description " This library provides a pure OCaml library for working with TopoJSON." )
20
20
( depends
21
21
( ocaml ( >= 4 .08) )
22
- ( brr :with -test)
23
22
( bos :with -test)
24
- ( bechamel-notty ( and ( >= 0 .1.0) :with -test) )
25
23
( mdx ( and ( >= 1 .10.0) :with -test) )
26
24
( alcotest :with -test)
27
25
( ezjsonm :with -test) ) )
33
31
( depends
34
32
( topojson ( = :version ) )
35
33
geojsone
34
+ ( bos :with -test)
35
+ ( mdx ( and ( >= 1 .10.0) :with -test) )
36
+ ( alcotest :with -test)
37
+ ( ezjsonm :with -test)
36
38
( eio_main ( and ( >= 0 .7) :with -test) ) ) )
37
39
38
40
(using mdx 0 .2)
Original file line number Diff line number Diff line change @@ -11,9 +11,7 @@ bug-reports: "https://github.com/geocaml/ocaml-topojson/issues"
11
11
depends: [
12
12
"dune" {>= "3.0"}
13
13
"ocaml" {>= "4.08"}
14
- "brr" {with-test}
15
14
"bos" {with-test}
16
- "bechamel-notty" {>= "0.1.0" & with-test}
17
15
"mdx" {>= "1.10.0" & with-test}
18
16
"alcotest" {with-test}
19
17
"ezjsonm" {with-test}
Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ depends: [
12
12
"dune" {>= "3.0"}
13
13
"topojson" {= version}
14
14
"geojsone"
15
+ "bos" {with-test}
16
+ "mdx" {>= "1.10.0" & with-test}
17
+ "alcotest" {with-test}
18
+ "ezjsonm" {with-test}
15
19
"eio_main" {>= "0.7" & with-test}
16
20
"odoc" {with-doc}
17
21
]
You can’t perform that action at this time.
0 commit comments