File tree Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 4
4
lib
5
5
classes
6
6
autodoc /**
7
+ doc /**
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ or more conveniently:
70
70
## Documentation
71
71
72
72
[ Annotated source] ( http:/hugoduncan.github.com/clj-ssh/uberdoc.html ) .
73
+ [ API] ( http:/hugoduncan.github.com/clj-ssh/api/0.3/index.html ) .
73
74
74
75
## FAQ
75
76
Original file line number Diff line number Diff line change 1
1
(defproject clj-ssh " 0.3.1-SNAPSHOT"
2
- :description " ssh from clojure"
2
+ :description " Library for using SSH from clojure. "
3
3
:dependencies [[org.clojure/clojure " 1.2.0" ]
4
4
[org.clojure/tools.logging " 0.1.2" ]
5
- [slingshot " 0.10 .0" ]
5
+ [slingshot " 0.2 .0" ]
6
6
[com.jcraft/jsch " 0.1.44-1" ]]
7
7
:dev-dependencies [[log4j/log4j " 1.2.14" ]]
8
- :autodoc {:name " clj-ssh"
9
- :description " Library for using SSH from clojure."
10
- :copyright " Copyright Hugo Duncan 2010, 2011. All rights reserved."
11
- :web-src-dir " http://github.com/hugoduncan/clj-ssh/blob/"
12
- :web-home " http://hugoduncan.github.com/clj-ssh/" })
8
+ :multi-deps {" slingshot-0.10.1" [[slingshot " 0.10.1" ]
9
+ [org.clojure/clojure " 1.2.1" ]]
10
+ " clojure-1.2.1" [[slingshot " 0.10.1" ]
11
+ [org.clojure/clojure " 1.2.1" ]]
12
+ " clojure-1.3.0" [[slingshot " 0.10.1" ]
13
+ [org.clojure/clojure " 1.3.0" ]]
14
+ " clojure-1.4.0" [[slingshot " 0.10.1" ]
15
+ [org.clojure/clojure " 1.4.0-beta1" ]]}
16
+ :codox {:writer codox-md.writer/write-docs
17
+ :version " 0.3"
18
+ :output-dir " doc/api/0.3" })
You can’t perform that action at this time.
0 commit comments