reggae v0.5.12 (2017-07-26T21:05:47Z)
Home
Dub
Repo
DubPackage
reggae
dub
info
Undocumented in source.
struct
DubPackage {
string
name
;
string
path
;
string
mainSourceFile
;
string
targetFileName
;
string
[]
dflags
;
string
[]
lflags
;
string
[]
importPaths
;
string
[]
stringImportPaths
;
string
[]
files
;
string
targetType
;
string
[]
versions
;
string
[]
dependencies
;
string
[]
libs
;
bool
active
;
string
[]
preBuildCommands
;
}
Members
Variables
active
bool
active
;
Undocumented in source.
dependencies
string
[]
dependencies
;
Undocumented in source.
dflags
string
[]
dflags
;
Undocumented in source.
files
string
[]
files
;
Undocumented in source.
importPaths
string
[]
importPaths
;
Undocumented in source.
lflags
string
[]
lflags
;
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.
preBuildCommands
string
[]
preBuildCommands
;
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
reggae
dub
info
functions
inDubPackagePath
isObjectFile
isStaticLibrary
structs
DubInfo
DubPackage