package dune-action-plugin

  1. Overview
  2. Docs

Module Protocol.ContextSource

Sourcetype t
Sourcetype create_result =
  1. | Ok of t
  2. | Run_outside_of_dune
  3. | Error of string
Sourceval create : unit -> create_result
Sourceval prepared_dependencies : t -> Dependency.Set.t
Sourceval targets : t -> Stdune.String.Set.t
Sourceval respond : t -> Response.t -> unit
OCaml

Innovation. Community. Security.