mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 03:05:29 -05:00
opam: require qtest 2.9
This commit is contained in:
parent
057d6401ab
commit
1abfcde597
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ depends: [
|
|||
"base-threads"
|
||||
"ocaml" { >= "4.03.0" }
|
||||
"odoc" {with-doc}
|
||||
"qtest" {with-test}
|
||||
"qtest" { >= "2.9" & with-test}
|
||||
"qcheck" {with-test}
|
||||
]
|
||||
tags: [ "http" "thread" "server" "tiny_httpd" "http_of_dir" "simplehttpserver" ]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue