tiny_httpd/src/camlzip/dune
2020-03-25 23:23:06 -04:00

7 lines
230 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)
(libraries tiny_httpd camlzip))