mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2026-03-09 15:23:33 -04:00
6 lines
200 B
Text
6 lines
200 B
Text
(library
|
|
(name tiny_httpd_eio)
|
|
(public_name tiny_httpd_eio)
|
|
(synopsis "An EIO-based backend for Tiny_httpd")
|
|
(flags :standard -safe-string -warn-error -a+8)
|
|
(libraries tiny_httpd eio eio_posix))
|