Skip to content

Instantly share code, notes, and snippets.

@aphyr
Created October 4, 2011 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save aphyr/1262812 to your computer and use it in GitHub Desktop.
Save aphyr/1262812 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"]]
:dev-dependencies [
[cake-protobuf "0.5.0-alpha5"]]
:tasks [protobuf.tasks]
: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