Skip to content

Instantly share code, notes, and snippets.

Created April 11, 2010 10:29
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 anonymous/362640 to your computer and use it in GitHub Desktop.
Save anonymous/362640 to your computer and use it in GitHub Desktop.
gabe@netbookium:~/Projects/cljaws$ cat project.clj
(defproject cljaws "0.2.4-SNAPSHOT"
:description "Clojure wrapper for Amazon Web Services"
:dependencies [[org.clojure/clojure "1.1.0"]
[org.clojure/clojure-contrib "1.1.0"]
[net.java.dev.jets3t/jets3t "0.7.1"]
[com.google.code.typica/typica "1.6"]
]
:dev-dependencies [[leiningen/lein-swank "1.1.0"]
[lein-clojars "0.5.0-SNAPSHOT"]]
:native-path "native" ; force forked jvm as a workaround
)
gabe@netbookium:~/Projects/cljaws$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment