reggae.json_build

This module is responsible for the output of a build system from a JSON description

Members

Enums

JsonCommandType
enum JsonCommandType
Undocumented in source.
JsonDependencyType
enum JsonDependencyType
Undocumented in source.
JsonDepsFuncName
enum JsonDepsFuncName
Undocumented in source.
JsonTargetType
enum JsonTargetType
Undocumented in source.

Functions

jsonToBuild
Build jsonToBuild(string projectPath, string jsonString)
Undocumented in source. Be warned that the author may not have intended to support it.
jsonToOptions
const(Options) jsonToOptions(Options options, string jsonString)
Undocumented in source. Be warned that the author may not have intended to support it.
jsonToOptions
const(Options) jsonToOptions(Options options, JSONValue json)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta