View Source Hex.Library (LowEndInsight v0.8.1)

Link to this section Summary

Link to this section Types

@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()
}