fooObjJson2

Undocumented in source.
immutable
auto fooObjJson2 = ` { "version": 1, "defaultOptions": {}, "dependencies": [], "build": [ { "type": "fixed", "outputs": ["foo.o"], "command": {"type": "shell", "cmd": "dmd -of$out -c $in"}, "dependencies": { "type": "fixed", "targets": [ {"type": "fixed", "outputs": ["foo.d"], "command": {}, "dependencies": {"type": "fixed", "targets": []}, "implicits": {"type": "fixed", "targets": []}}]}, "implicits": {"type": "fixed", "targets": []} } ] } `;

Meta