Aura.Model.HexPackageMeta (Aura v0.9.0)
View SourceA struct describing additional metadata about a Aura.Model.HexPackage
Summary
Types
Additional external URL relating to the package
Short, human-readable description of the package
The software license associated to the package
Type describing additional metadata about a Aura.Model.HexPackage
Types
@type meta_url() :: URI.t()
Additional external URL relating to the package
@type package_description() :: String.t()
Short, human-readable description of the package
@type software_license() :: String.t()
The software license associated to the package
@type t() :: %Aura.Model.HexPackageMeta{ description: package_description(), licenses: [software_license()], links: [meta_url()], maintainers: [Aura.Common.username()] }
Type describing additional metadata about a Aura.Model.HexPackage
🏷️ Keys
- maintainers :: [
Aura.Common.username/0
] - links :: [
meta_url/0
] - licenses :: [
software_license/0
] - description ::
package_description/0