You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
366 B
13 lines
366 B
9 years ago
|
(define-package "cider" "20151022.28" "Clojure Interactive Development Environment that Rocks"
|
||
|
'((clojure-mode "5.0.0")
|
||
|
(pkg-info "0.4")
|
||
|
(emacs "24.3")
|
||
|
(queue "0.1.1")
|
||
|
(spinner "1.4")
|
||
|
(seq "1.9"))
|
||
|
:url "http://www.github.com/clojure-emacs/cider" :keywords
|
||
|
'("languages" "clojure" "cider"))
|
||
|
;; Local Variables:
|
||
|
;; no-byte-compile: t
|
||
|
;; End:
|