build system
Go to file
2020-10-04 17:34:11 -07:00
example use symbols for unique-key; tell conspack to intern them 2020-10-04 17:26:35 -07:00
src use symbols for unique-key; tell conspack to intern them 2020-10-04 17:26:35 -07:00
.gitignore first commit 2020-10-04 16:11:08 -07:00
fb.asd persistent build cache 2020-10-04 17:05:09 -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, ...