add version constraint on sequence

This commit is contained in:
Simon Cruanes 2016-04-07 11:46:56 +02:00
parent a9b91943e8
commit 85c4695138

3
opam
View file

@ -33,6 +33,9 @@ depends: [
"ocamlbuild" {build}
]
depopts: [ "sequence" "base-bigarray" "base-unix" "base-threads" ]
conflicts: [
"sequence" { < "0.5" }
]
tags: [ "stdlib" "containers" "iterators" "list" "heap" "queue" ]
homepage: "https://github.com/c-cube/ocaml-containers/"
doc: "http://cedeela.fr/~simon/software/containers/"