sig
  module type ELIOM =
    sig
      val server_dir : Ocamlbuild_plugin.Pathname.t
      val type_dir : Ocamlbuild_plugin.Pathname.t
      val client_dir : Ocamlbuild_plugin.Pathname.t
    end
  module Make :
    functor (Eliom : ELIOM->
      sig
        val dispatcher :
          ?oasis_executables:Ocamlbuild_plugin.Pathname.t list ->
          Ocamlbuild_plugin.hook -> unit
      end
end