]> gitweb.factorcode.org Git - factor-talks.git/blobdiff - chicago-talk/deploy.factor
Adding all the talks.
[factor-talks.git] / chicago-talk / deploy.factor
diff --git a/chicago-talk/deploy.factor b/chicago-talk/deploy.factor
new file mode 100644 (file)
index 0000000..ce8739e
--- /dev/null
@@ -0,0 +1,11 @@
+USING: tools.deploy.config ;
+V{
+    { deploy-ui? t }
+    { deploy-io 3 }
+    { deploy-reflection 1 }
+    { deploy-math? t }
+    { deploy-word-props? f }
+    { deploy-c-types? f }
+    { "stop-after-last-window?" t }
+    { deploy-name "Chicago Talk" }
+}