build system
Go to file
2020-10-04 23:26:13 -07:00
example basic structure to allow parallel builds 2020-10-04 23:26:13 -07:00
src basic structure to allow parallel builds 2020-10-04 23:26:13 -07:00
.gitignore first commit 2020-10-04 16:11:08 -07:00
fb.asd basic structure to allow parallel builds 2020-10-04 23:26:13 -07:00
magic first commit 2020-10-04 16:11:08 -07:00
readme DRINK ME 2020-10-04 17:34:11 -07:00

Fancy build: grand unified build system for all and sundry.

Models constraints of and is able to interoperate with any other build system.
(Ideally.  In practice, something like scons will be impractical; but make,
 cargo, cpan, dub, etc. are fine.)

Closest in design to shake (https://shakebuild.com/).  Primary differences:
 - Build starts instantly.  No need to build your build file.
 - No conflation of build targets with on-disc files.  Represent deployment,
   dependencies from (network) package registry, ...