mirror of
https://github.com/kanaka/mal.git
synced 2024-11-13 11:23:59 +03:00
17 lines
378 B
Factor
17 lines
378 B
Factor
|
USING: tools.deploy.config ;
|
||
|
H{
|
||
|
{ deploy-c-types? f }
|
||
|
{ deploy-help? f }
|
||
|
{ deploy-name "stepA_mal" }
|
||
|
{ "stop-after-last-window?" t }
|
||
|
{ deploy-unicode? f }
|
||
|
{ deploy-console? t }
|
||
|
{ deploy-io 3 }
|
||
|
{ deploy-reflection 1 }
|
||
|
{ deploy-ui? f }
|
||
|
{ deploy-word-defs? f }
|
||
|
{ deploy-threads? t }
|
||
|
{ deploy-math? t }
|
||
|
{ deploy-word-props? f }
|
||
|
}
|