mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-07 03:35:34 -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}
|
||||
]
|
||||
depends: [
|
||||
"dune" { >= "1.1" }
|
||||
"dune" { >= "1.1" & ((not with-test) | < "2.0") } # for now, since qtest needs old dune
|
||||
"base-threads"
|
||||
"ocaml" { >= "4.03.0" }
|
||||
"odoc" {with-doc}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue