]> gitweb.factorcode.org Git - factor-talks.git/blob - chicago-talk/deploy.factor
Adding all the talks.
[factor-talks.git] / chicago-talk / deploy.factor
1 USING: tools.deploy.config ;
2 V{
3     { deploy-ui? t }
4     { deploy-io 3 }
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 "Chicago Talk" }
11 }