mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-07 11:45:36 -05:00
chore(opam): for now, restrict dune version
This commit is contained in:
parent
1abfcde597
commit
cc789ca786
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ build: [
|
||||||
["dune" "runtest" "-p" name] {with-test}
|
["dune" "runtest" "-p" name] {with-test}
|
||||||
]
|
]
|
||||||
depends: [
|
depends: [
|
||||||
"dune" { >= "1.1" }
|
"dune" { >= "1.1" & ((not with-test) | < "2.0") } # for now, since qtest needs old dune
|
||||||
"base-threads"
|
"base-threads"
|
||||||
"ocaml" { >= "4.03.0" }
|
"ocaml" { >= "4.03.0" }
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue