unit-threaded v0.6.27 (2016-08-08T09:14:50Z)
Home
Dub
Repo
DubPackage
unit_threaded
dub
Undocumented in source.
struct
DubPackage {
string
name
;
string
path
;
string
mainSourceFile
;
string
targetFileName
;
string
[]
flags
;
string
[]
importPaths
;
string
[]
stringImportPaths
;
string
[]
files
;
string
targetType
;
string
[]
versions
;
string
[]
dependencies
;
string
[]
libs
;
bool
active
;
}
Members
Variables
active
bool
active
;
Undocumented in source.
dependencies
string
[]
dependencies
;
Undocumented in source.
files
string
[]
files
;
Undocumented in source.
flags
string
[]
flags
;
Undocumented in source.
importPaths
string
[]
importPaths
;
Undocumented in source.
libs
string
[]
libs
;
Undocumented in source.
mainSourceFile
string
mainSourceFile
;
Undocumented in source.
name
string
name
;
Undocumented in source.
path
string
path
;
Undocumented in source.
stringImportPaths
string
[]
stringImportPaths
;
Undocumented in source.
targetFileName
string
targetFileName
;
Undocumented in source.
targetType
string
targetType
;
Undocumented in source.
versions
string
[]
versions
;
Undocumented in source.
Meta
Source
See Implementation
unit_threaded
dub
functions
dubify
getDubInfo
isDubProject
structs
DubInfo
DubPackage