mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-16 23:56:46 -05:00
15 lines
343 B
Text
15 lines
343 B
Text
(library
|
|
(name tiny_httpd_unix)
|
|
(public_name tiny_httpd.unix)
|
|
(synopsis "Backend based on Unix and blocking IOs for Tiny_httpd")
|
|
(flags :standard -open Tiny_httpd_core)
|
|
(private_modules mime_)
|
|
(libraries
|
|
tiny_httpd.core
|
|
tiny_httpd.html
|
|
unix
|
|
(select
|
|
mime_.ml
|
|
from
|
|
(magic-mime -> mime_.magic.ml)
|
|
(-> mime_.dummy.ml))))
|