mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -05:00
7 lines
232 B
Text
7 lines
232 B
Text
|
|
(library
|
|
(name tiny_httpd_camlzip)
|
|
(public_name tiny_httpd_camlzip)
|
|
(synopsis "A wrapper around camlzip to bring compression to Tiny_httpd")
|
|
(flags :standard -safe-string -warn-error -a+8)
|
|
(libraries tiny_httpd camlzip))
|