/unmaintained/automata/ui/deploy.factor
http://github.com/abeaumont/factor · Factor · 12 lines · 12 code · 0 blank · 0 comment · 0 complexity · e456d2c7e0f7490e8aada5f9b8021402 MD5 · raw file
- USING: tools.deploy.config ;
- V{
- { deploy-ui? t }
- { deploy-io 1 }
- { deploy-reflection 1 }
- { deploy-compiler? t }
- { deploy-math? t }
- { deploy-word-props? f }
- { deploy-c-types? f }
- { "stop-after-last-window?" t }
- { deploy-name "Cellular Automata" }
- }