Skip to content

Instantly share code, notes, and snippets.

@stuartsierra
Created January 20, 2012 18:04
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stuartsierra/1648712 to your computer and use it in GitHub Desktop.
Save stuartsierra/1648712 to your computer and use it in GitHub Desktop.
project.clj for ClojureScript project
(defproject foo "1.0.0-SNAPSHOT"
:description "FIXME: write description"
:dependencies [[org.clojure/clojure "1.3.0"]
[org.clojure/clojurescript "0.0-927"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment