luaTemplateContents

Contents of the BUILD.lua file.

TODO: Give more a more useful starting point. This should include: 1. A link to the documentation (when it finally exists). 2. A simple hello world example.

immutable
auto luaTemplateContents = q"EOS --[[ This is the top-level build description. This is where you either create build rules or delegate to other Lua scripts to create build rules. See the documentation for more information on how to get started. ]] EOS";

Meta