dub-registry v2.2.0 (2017-09-04T14:20:42Z)
Home
Dub
Repo
PackageVersion
dubregistry
package_
Undocumented in source.
class
PackageVersion {
string
name
;
string
description
;
string
homepage
;
string
copyright
;
string
[]
authors
;
string
[
string
]
dependencies
;
RepositoryInfo
repository
;
}
Members
Variables
authors
string
[]
authors
;
Undocumented in source.
copyright
string
copyright
;
Undocumented in source.
dependencies
string
[
string
]
dependencies
;
Undocumented in source.
description
string
description
;
Undocumented in source.
homepage
string
homepage
;
Undocumented in source.
name
string
name
;
Undocumented in source.
repository
RepositoryInfo
repository
;
Undocumented in source.
Meta
Source
See Implementation
dubregistry
package_
classes
PackageVersion
structs
RepositoryInfo