wand_core v0.2.0 WandCore.WandFile.Dependency

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 name()
name() :: String.t()
Link to this type requirement()
requirement() :: String.t() | nil
Link to this type t()
t() :: %WandCore.WandFile.Dependency{
  name: String.t(),
  opts: WandCore.Opts.t(),
  requirement: requirement()
}