Hex.Library (LowEndInsight v0.9.0)

Copy Markdown View Source

Summary

Types

t()

@type t() :: %Hex.Library{
  dependencies: [],
  name: String.t(),
  repo: [String.t()],
  repo_hash: String.t(),
  source_hash: term(),
  source_name: String.t(),
  source_type: String.t(),
  type: [atom()],
  version: String.t()
}