(lang dune 2.9)
(name tiny_httpd)
(version 0.11)
(library
 (name tiny_httpd)
 (kind normal)
 (archives (byte tiny_httpd.cma) (native tiny_httpd.cmxa))
 (plugins (byte tiny_httpd.cma) (native tiny_httpd.cmxs))
 (native_archives tiny_httpd.a)
 (requires threads)
 (modes byte native)
 (modules
  (unwrapped
   ((name Tiny_httpd) (obj_name tiny_httpd) (visibility public) (impl) (intf))
   ((name Tiny_httpd_dir)
    (obj_name tiny_httpd_dir)
    (visibility public)
    (impl)
    (intf))
   ((name Tiny_httpd_util)
    (obj_name tiny_httpd_util)
    (visibility public)
    (impl)
    (intf)))))
