leiningen/test_projects/native/project.clj
Phil Hagelberg f6a4ba53ae Don't re-extract native deps unless deps have changed. Fixes #535.
Also introduces the when-stale helper function which should be useful
in other cases as well.
2012-05-07 16:29:31 -07:00

9 lines
394 B
Clojure

(defproject project-name "1.0.0-SNAPSHOT"
:description "Test support for transitive native dependencies"
:native-path "nnnative"
:dependencies [[org.clojure/clojure "1.4.0"]
[serial-port "1.0.7"]
[penumbra/lwjgl "2.4.2"]
[org.clojars.samaaron/rxtx "2.2.0"]
[jriengine "0.8.4"]
[tokyocabinet "1.24.0"]])