We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6167323 commit a6916aaCopy full SHA for a6916aa
project.clj
@@ -1,5 +1,6 @@
1
(defproject clj-libssh2 "0.1.0-SNAPSHOT"
2
:description "A Clojure wrapper around libssh2"
3
:url "https://github.com/conormcd/clj-libssh2"
4
+ :pedantic? :abort
5
:dependencies [[org.clojure/clojure "1.7.0"]
6
[net.n01se/clojure-jna "1.0.0"]])
0 commit comments