package dune-action-plugin

  1. Overview
  2. Docs

Module Protocol.Run_argumentsSource

Sourcetype t = {
  1. prepared_dependencies : Dependency.Set.t;
  2. targets : Stdune.String.Set.t;
}
Sourceval to_sexp : t -> Stdune.Sexp.t
Sourceval of_sexp : Stdune.Sexp.t -> (t, Dune_action_plugin__.Sexpable_intf.Error.t) result