Skip to content

Instantly share code, notes, and snippets.

@AeroNotix
Created March 11, 2015 13:26
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 AeroNotix/711906da803cbc24260a to your computer and use it in GitHub Desktop.
Save AeroNotix/711906da803cbc24260a to your computer and use it in GitHub Desktop.
(defproject airos-websocket-client "0.0.1"
:description "AirOS websocket protocol/client"
:url "foo"
:license "proprietary"
:dependencies [[clojurewerkz/buffy "1.0.0"]
[io.netty/netty-buffer "4.0.24.Final"]
[org.clojure/clojure "1.6.0"]
[org.java-websocket/Java-WebSocket "1.3.0"]]
:pom-location "target/"
:profiles {:uberjar {:aot :all}}
:target-path "target/%s"
:uberjar-name "airos-websocket-client.jar"
:aot [airos-websocket-client.protocol
airos-websocket-client.iclient
airos-websocket-client.client]
:plugins [[lein-ver "1.0.1"]
[cider/cider-nrepl "0.8.0-SNAPSHOT"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment