File: project.clj

package info (click to toggle)
leiningen-clojure 2.11.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,124 kB
  • sloc: xml: 925; sh: 776; lisp: 46; makefile: 45; java: 16
file content (11 lines) | stat: -rw-r--r-- 548 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
(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"]
                 [com.badlogicgames.gdx/gdx-platform "0.9.9"]
                 [com.badlogicgames.gdx/gdx-platform "0.9.9" :classifier "natives-desktop"]
                 [org.clojars.samaaron/rxtx "2.2.0"]
                 [jriengine "0.8.4"]
                 [tokyocabinet "1.24.0"]])