factor/basis/tools/deploy/test/5/deploy.factor

15 lines
339 B
Factor

USING: tools.deploy.config ;
H{
{ deploy-name "tools.deploy.test.5" }
{ deploy-ui? f }
{ deploy-c-types? f }
{ deploy-unicode? f }
{ "stop-after-last-window?" t }
{ deploy-io 3 }
{ deploy-reflection 2 }
{ deploy-word-props? f }
{ deploy-math? t }
{ deploy-threads? t }
{ deploy-word-defs? f }
}