mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2026-03-07 21:37:57 -05:00
go back to eio.unix
This commit is contained in:
parent
97c4e4dc08
commit
32421a26bc
3 changed files with 3 additions and 1 deletions
|
|
@ -46,5 +46,6 @@
|
||||||
(depends
|
(depends
|
||||||
(tiny_httpd (= :version))
|
(tiny_httpd (= :version))
|
||||||
(eio (and (>= 1.0) (< 2.0)))
|
(eio (and (>= 1.0) (< 2.0)))
|
||||||
|
base-unix
|
||||||
(logs :with-test)
|
(logs :with-test)
|
||||||
(odoc :with-doc)))
|
(odoc :with-doc)))
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@
|
||||||
(public_name tiny_httpd_eio)
|
(public_name tiny_httpd_eio)
|
||||||
(synopsis "An EIO-based backend for Tiny_httpd")
|
(synopsis "An EIO-based backend for Tiny_httpd")
|
||||||
(flags :standard -safe-string -warn-error -a+8)
|
(flags :standard -safe-string -warn-error -a+8)
|
||||||
(libraries tiny_httpd eio eio_posix))
|
(libraries tiny_httpd eio eio.unix))
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@ depends: [
|
||||||
"dune" {>= "3.2"}
|
"dune" {>= "3.2"}
|
||||||
"tiny_httpd" {= version}
|
"tiny_httpd" {= version}
|
||||||
"eio" {>= "1.0" & < "2.0"}
|
"eio" {>= "1.0" & < "2.0"}
|
||||||
|
"base-unix"
|
||||||
"logs" {with-test}
|
"logs" {with-test}
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue