(library
 (name tiny_httpd_html)
 (public_name tiny_httpd.html)
 (flags :standard -open Tiny_httpd_core)
 (libraries seq tiny_httpd.core))

(rule
 (targets html_.ml)
 (deps
  (:bin ./gen/gentags.exe))
 (action
  (with-stdout-to
   %{targets}
   (run %{bin}))))
