sig
  type t = Ketrew_pure.Host.t
  val parse : string -> Ketrew.EDSL.Host.t
  val tmp_on_localhost : Ketrew.EDSL.Host.t
  val ssh :
    ?add_ssh_options:string list ->
    ?playground:string ->
    ?port:int -> ?user:string -> ?name:string -> string -> Ketrew.EDSL.Host.t
  val cmdliner_term :
    ?doc:string ->
    [ `Flag of string list | `Required of int ] ->
    Ketrew.EDSL.Host.t Cmdliner.Term.t
end