]> gitweb.factorcode.org Git - factor.git/blob - unmaintained/bunny/deploy.factor
Move a bunch of vocabularies to unmaintained, hopefully temporarily
[factor.git] / unmaintained / bunny / deploy.factor
1 USING: tools.deploy.config ;
2 H{
3     { deploy-io 3 }
4     { deploy-word-defs? f }
5     { deploy-reflection 1 }
6     { deploy-compiler? t }
7     { deploy-c-types? f }
8     { deploy-name "Bunny" }
9     { deploy-word-props? f }
10     { deploy-threads? t }
11     { "stop-after-last-window?" t }
12     { deploy-ui? t }
13     { deploy-math? t }
14 }