mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
add version constraint on sequence
This commit is contained in:
parent
a9b91943e8
commit
85c4695138
1 changed files with 3 additions and 0 deletions
3
opam
3
opam
|
|
@ -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/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue