update opam file

This commit is contained in:
Simon Cruanes 2016-12-17 17:29:29 +01:00
parent 617727617c
commit 331d87e6a9

2
opam
View file

@ -35,8 +35,6 @@ depends: [
depopts: [ "sequence" "base-bigarray" "base-unix" "base-threads" "qtest" { test } ] depopts: [ "sequence" "base-bigarray" "base-unix" "base-threads" "qtest" { test } ]
conflicts: [ conflicts: [
"sequence" { < "0.5" } "sequence" { < "0.5" }
"qtest" { < "2.2" }
"qcheck"
] ]
tags: [ "stdlib" "containers" "iterators" "list" "heap" "queue" ] tags: [ "stdlib" "containers" "iterators" "list" "heap" "queue" ]
homepage: "https://github.com/c-cube/ocaml-containers/" homepage: "https://github.com/c-cube/ocaml-containers/"