We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c4e4d commit 32421a2Copy full SHA for 32421a2
3 files changed
dune-project
@@ -46,5 +46,6 @@
46
(depends
47
(tiny_httpd (= :version))
48
(eio (and (>= 1.0) (< 2.0)))
49
+ base-unix
50
(logs :with-test)
51
(odoc :with-doc)))
src/eio/dune
@@ -3,4 +3,4 @@
3
(public_name tiny_httpd_eio)
4
(synopsis "An EIO-based backend for Tiny_httpd")
5
(flags :standard -safe-string -warn-error -a+8)
6
- (libraries tiny_httpd eio eio_posix))
+ (libraries tiny_httpd eio eio.unix))
tiny_httpd_eio.opam
@@ -11,6 +11,7 @@ depends: [
11
"dune" {>= "3.2"}
12
"tiny_httpd" {= version}
13
"eio" {>= "1.0" & < "2.0"}
14
+ "base-unix"
15
"logs" {with-test}
16
"odoc" {with-doc}
17
]
0 commit comments