wand_core v0.2.1 WandCore.WandFile.Dependency View Source

A dependency describes the information for a specific mix dependency, including its name, requirement string, and any options See WandCore.WandFile for more information.

Link to this section Summary

Link to this section Types

Link to this type requirement() View Source
requirement() :: String.t() | nil
Link to this type t() View Source
t() :: %WandCore.WandFile.Dependency{
  name: String.t(),
  opts: WandCore.Opts.t(),
  requirement: requirement()
}