Skip to content

Instantly share code, notes, and snippets.

@patrickod
Created October 10, 2013 05:10
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save patrickod/99faff34335e4643ca92 to your computer and use it in GitHub Desktop.
(defproject geoip-clj "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:plugins [[lein-ring "0.8.7"]]
:dependencies [[org.clojure/clojure "1.5.1"]
[org.clojure/data.json "0.2.3"]
[geocoder-clj "0.2.1"]
[compojure "1.1.5"]
[ring/ring-jetty-adapter "1.1.6"]
[ring/ring-json "0.2.0"]]
:ring {:handler geoip-clj.core/application}
:aot geoip-clj.core
:main geoip-clj.core)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment