Module Build.Kind

type t = private
  1. | External of External.t
  2. | In_source_dir of Local.t
val of_string : string -> t