]> gitweb.factorcode.org Git - factor.git/blob - extra/minneapolis-talk/deploy.factor
c74ff304871abeebf9eebb1ceafe45bc2bc8c9c5
[factor.git] / extra / minneapolis-talk / deploy.factor
1 USING: tools.deploy.config ;
2 V{
3     { deploy-ui? t }
4     { deploy-io 1 }
5     { deploy-reflection 1 }
6     { deploy-math? t }
7     { deploy-word-props? f }
8     { deploy-c-types? f }
9     { "stop-after-last-window?" t }
10     { deploy-name "Minnesota Talk" }
11 }