]> gitweb.factorcode.org Git - factor.git/blob - extra/hello-world/deploy.factor
77421938a986b5182c712bfc2c3cdfc68dd2717f
[factor.git] / extra / hello-world / deploy.factor
1 USING: tools.deploy.config ;
2 H{
3     { deploy-word-defs? f }
4     { deploy-random? f }
5     { deploy-name "Hello world (console)" }
6     { deploy-threads? f }
7     { deploy-compiler? f }
8     { deploy-math? f }
9     { deploy-c-types? f }
10     { deploy-io 2 }
11     { deploy-reflection 1 }
12     { deploy-ui? f }
13     { "stop-after-last-window?" t }
14     { deploy-word-props? f }
15 }