(executable
 (name webgui)
 (modes js)
 (libraries js_of_ocaml-tyxml tyxml tyxml.functor js_utils messages gui)
 (modules webgui)
 (preprocess
  (per_module
   ((pps js_of_ocaml-ppx)
    webgui))))

(library
 (name gui)
 (public_name acgtk-browser.gui)
 (libraries js_of_ocaml-tyxml tyxml tyxml.functor js_utils messages)
 (modules :standard \ webgui)
 (preprocess
  (per_module
   ((pps js_of_ocaml-ppx)
    answer grammar history environment command interface))))

(documentation
 (package acgtk-browser))
