From dccfa20b9b57f6b6e6325ccd63d1fea1c4d17e68 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Sun, 4 Oct 2020 17:34:11 -0700 Subject: [PATCH] DRINK ME --- readme | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 readme diff --git a/readme b/readme new file mode 100644 index 0000000..969f5dd --- /dev/null +++ b/readme @@ -0,0 +1,10 @@ +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, ...