opam: add mdx as test dependency of containers-data

This commit is contained in:
Fardale 2022-12-23 14:00:20 +01:00
parent b11aea96bf
commit ae16f5d2f8

View file

@ -18,7 +18,7 @@ depends: [
| ("ocaml" {with-test & >= "4.08"} & "qcheck-core" {>= "0.18" & with-test}))
"iter" { with-test }
"gen" { with-test }
#"mdx" { with-test & >= "1.5.0" & < "2.0.0" }
"mdx" { with-test }
"odoc" { with-doc }
]
tags: [ "containers" "RAL" "functional" "vector" "okasaki" ]