Skip to content

Instantly share code, notes, and snippets.

@roman
Created December 27, 2011 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roman/23ba74ddbe42c5028a83 to your computer and use it in GitHub Desktop.
Save roman/23ba74ddbe42c5028a83 to your computer and use it in GitHub Desktop.
Trying to use leiningen source code
(defproject clj-stream "1.0.0-SNAPSHOT"
:description "FIXME: write description"
:dev-dependencies [[org.clojure/test.generative "0.1.3"]]
:dependencies [[org.clojure/clojure "1.3.0"]
[org.clojure/algo.monads "0.1.0"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment