2021-06-30 10:41:00 -04:00
|
|
|
USING: tools.deploy.config ;
|
|
|
|
H{
|
|
|
|
{ deploy-console? t }
|
|
|
|
{ deploy-io 3 }
|
2021-08-09 11:49:12 -04:00
|
|
|
{ deploy-reflection 5 }
|
2021-06-30 10:41:00 -04:00
|
|
|
{ deploy-ui? f }
|
|
|
|
{ deploy-word-defs? f }
|
|
|
|
{ deploy-threads? t }
|
|
|
|
{ "stop-after-last-window?" t }
|
|
|
|
{ deploy-math? t }
|
|
|
|
{ deploy-word-props? f }
|
|
|
|
{ deploy-c-types? f }
|
|
|
|
{ deploy-help? f }
|
|
|
|
{ deploy-name "bonerbonerboner-api" }
|
|
|
|
{ deploy-unicode? f }
|
|
|
|
}
|