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 9975e44 commit 28ef1feCopy full SHA for 28ef1fe
project.clj
@@ -1,6 +1,8 @@
1
(defproject clj-libssh2 "0.1.0-SNAPSHOT"
2
:description "A Clojure wrapper around libssh2"
3
:url "https://github.com/conormcd/clj-libssh2"
4
+ :license {:name "BSD"
5
+ :url "https://github.com/conormcd/clj-libssh2/blob/master/LICENSE"}
6
:pedantic? :abort
7
:dependencies [[org.clojure/clojure "1.7.0"]
8
[net.n01se/clojure-jna "1.0.0"]])
0 commit comments