mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 03:05:29 -05:00
12 lines
229 B
Text
12 lines
229 B
Text
(library
|
|
(name tiny_httpd)
|
|
(public_name tiny_httpd)
|
|
(flags :standard -open Tiny_httpd_core)
|
|
(libraries
|
|
threads
|
|
seq
|
|
unix
|
|
hmap
|
|
(re_export tiny_httpd.core)
|
|
(re_export tiny_httpd.html)
|
|
(re_export tiny_httpd.unix)))
|