mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-05 19:00:32 -05:00
chore: fix constraint on qcheck
This commit is contained in:
parent
e267838d23
commit
697dc6c302
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ depends: [
|
|||
"ocaml" { >= "4.03.0" }
|
||||
"odoc" {with-doc}
|
||||
"qtest" { >= "2.9" & with-test}
|
||||
"qcheck" {with-test}
|
||||
"qcheck" {with-test & >= "0.9" }
|
||||
]
|
||||
tags: [ "http" "thread" "server" "tiny_httpd" "http_of_dir" "simplehttpserver" ]
|
||||
homepage: "https://github.com/c-cube/tiny_httpd/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue