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