Skip to content

Instantly share code, notes, and snippets.

@bfabry
Created July 1, 2013 12:37
Show Gist options
  • Save bfabry/5900413 to your computer and use it in GitHub Desktop.
Save bfabry/5900413 to your computer and use it in GitHub Desktop.
(defproject going-native "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"}
:jvm-opts ["-Djava.library.path=/usr/share/java"]
:main going-native.core
:dependencies [[org.clojure/clojure "1.5.1"]
[net.java.dev.jna/jna "3.3.0"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment