/ runner / deploy.factor
deploy.factor
 1  USING: tools.deploy.config ;
 2  H{
 3      { deploy-console? t }
 4      { deploy-io 3 }
 5      { deploy-reflection 1 }
 6      { deploy-ui? f }
 7      { deploy-word-defs? f }
 8      { deploy-threads? t }
 9      { "stop-after-last-window?" t }
10      { deploy-math? t }
11      { deploy-word-props? f }
12      { deploy-c-types? f }
13      { deploy-help? f }
14      { deploy-name "concat-evaluator.runner" }
15      { deploy-unicode? f }
16  }