# `Hex.Library`
[🔗](https://github.com/gtri/lowendinsight/blob/main/lib/hex/library.ex#L1)

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
