(library
 (name stog)
 (public_name stog)
 (wrapped true)
 (flags -g :standard -bin-annot -w -6-7-9-10-27-32-33-34-35-36-50-52 -no-strict-sequence)
 (libraries dune-site dune-build-info xtmpl logs ptime ocf dynlink unix str higlo lwt.unix uri uutf
  stog_base)
 (modules blocks config cut date deps doclist dyn engine error exec filter filter_types
          filter_lexer filter_parser
          find graph highlight html5 html info init intl io install latex log ocaml of_latex
          path plug server_mode svg tags tmap tmpl trie types url version)
 (preprocess (pps ppx_blob lwt_ppx ocf_ppx xtmpl_ppx))
)
(library
  (public_name stog.base)
  (name stog_base)
  (wrapped true)
  (flags -g :standard -bin-annot -w -6-7-9-10-27-32-33-34-35-36-50-52 -no-strict-sequence)
  (libraries unix)
  (modules misc ocaml_types)
)

(menhir (modules filter_parser))
(ocamllex filter_lexer)

(generate_sites_module
 (module install)
 (sites stog)
)
