mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2026-03-07 21:37:57 -05:00
feat: `tiny_httpd_eio` library provides a tiny_httpd server that relies on Eio for non-blocking sockets and for concurrency using eio fibers.
6 lines
199 B
Text
6 lines
199 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.unix))
|