package dune-action-plugin

  1. Overview
  2. Docs
type t = {
  1. run_arguments_fn : string;
  2. response_fn : string;
}
val to_sexp : t -> Stdune.Sexp.t
val of_sexp : Stdune.Sexp.t -> (t, Dune_action_plugin__.Sexpable_intf.Error.t) result