Skip to content

Instantly share code, notes, and snippets.

@Raynes
Forked from aphyr/gist:1262812
Created October 4, 2011 21:07
Show Gist options
  • Save Raynes/1262815 to your computer and use it in GitHub Desktop.
Save Raynes/1262815 to your computer and use it in GitHub Desktop.
(defproject ustate "0.0.1-SNAPSHOT"
:description "A state aggregation daemon"
:tasks [protobuf.tasks]
:dependencies [[org.clojure/clojure "1.2.1"]
;[classlojure "0.6.1"]
[clojure-protobuf "0.4.6"]]
:cake-plugins [[cake-protobuf "0.5.0-alpha5"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment