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