mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 03:05:29 -05:00
chore: bounds on eio
This commit is contained in:
parent
a98dd9b767
commit
d9c0f94869
2 changed files with 2 additions and 2 deletions
|
|
@ -45,6 +45,6 @@
|
||||||
(synopsis "Use eio for tiny_httpd")
|
(synopsis "Use eio for tiny_httpd")
|
||||||
(depends
|
(depends
|
||||||
(tiny_httpd (= :version))
|
(tiny_httpd (= :version))
|
||||||
eio
|
(eio (and (>= 1.0) (< 2.0)))
|
||||||
(logs :with-test)
|
(logs :with-test)
|
||||||
(odoc :with-doc)))
|
(odoc :with-doc)))
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ bug-reports: "https://github.com/c-cube/tiny_httpd/issues"
|
||||||
depends: [
|
depends: [
|
||||||
"dune" {>= "3.2"}
|
"dune" {>= "3.2"}
|
||||||
"tiny_httpd" {= version}
|
"tiny_httpd" {= version}
|
||||||
"eio"
|
"eio" {>= "1.0" & < "2.0"}
|
||||||
"logs" {with-test}
|
"logs" {with-test}
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue