mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
opam: add mdx as test dependency of containers-data
This commit is contained in:
parent
b11aea96bf
commit
ae16f5d2f8
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ depends: [
|
||||||
| ("ocaml" {with-test & >= "4.08"} & "qcheck-core" {>= "0.18" & with-test}))
|
| ("ocaml" {with-test & >= "4.08"} & "qcheck-core" {>= "0.18" & with-test}))
|
||||||
"iter" { with-test }
|
"iter" { with-test }
|
||||||
"gen" { with-test }
|
"gen" { with-test }
|
||||||
#"mdx" { with-test & >= "1.5.0" & < "2.0.0" }
|
"mdx" { with-test }
|
||||||
"odoc" { with-doc }
|
"odoc" { with-doc }
|
||||||
]
|
]
|
||||||
tags: [ "containers" "RAL" "functional" "vector" "okasaki" ]
|
tags: [ "containers" "RAL" "functional" "vector" "okasaki" ]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue