We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7113121 commit 169c19bCopy full SHA for 169c19b
dune-project
@@ -45,6 +45,6 @@
45
(synopsis "Use eio for tiny_httpd")
46
(depends
47
(tiny_httpd (= :version))
48
- eio
+ (eio (and (>= 1.0) (< 2.0)))
49
(logs :with-test)
50
(odoc :with-doc)))
tiny_httpd_eio.opam
@@ -10,7 +10,7 @@ bug-reports: "https://github.com/c-cube/tiny_httpd/issues"
10
depends: [
11
"dune" {>= "3.2"}
12
"tiny_httpd" {= version}
13
- "eio"
+ "eio" {>= "1.0" & < "2.0"}
14
"logs" {with-test}
15
"odoc" {with-doc}
16
]
0 commit comments