factor/extra/tools/grep/deploy.factor

16 lines
350 B
Factor

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