mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
update opam
This commit is contained in:
parent
73eecfb10d
commit
59cb2d3922
1 changed files with 2 additions and 2 deletions
4
opam
4
opam
|
|
@ -26,13 +26,13 @@ remove: [
|
||||||
]
|
]
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" {build}
|
"ocamlfind" {build}
|
||||||
|
"oasis" {build}
|
||||||
"base-bytes"
|
"base-bytes"
|
||||||
"result"
|
"result"
|
||||||
"cppo" {build}
|
"cppo" {build}
|
||||||
"oasis" {build}
|
|
||||||
"ocamlbuild" {build}
|
"ocamlbuild" {build}
|
||||||
]
|
]
|
||||||
depopts: [ "sequence" "base-bigarray" "base-unix" "base-threads" ]
|
depopts: [ "sequence" "base-bigarray" "base-unix" "base-threads" "qtest" { test } ]
|
||||||
conflicts: [
|
conflicts: [
|
||||||
"sequence" { < "0.5" }
|
"sequence" { < "0.5" }
|
||||||
"qtest" { < "2.2" }
|
"qtest" { < "2.2" }
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue