tiny_httpd/src/lwt/dune
2025-07-02 21:07:58 -04:00

6 lines
145 B
Text

(library
(name tiny_httpd_lwt)
(public_name tiny_httpd_lwt)
(enabled_if (>= %{ocaml_version} 5.0))
(libraries tiny_httpd lwt lwt.unix))