blob: d9536af29023c8f718edc1436672d960b4797e42 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
(define-package "cider" "20180908.1925" "Clojure Interactive Development Environment that Rocks"
'((emacs "25")
(clojure-mode "5.9")
(pkg-info "0.4")
(queue "0.2")
(spinner "1.7")
(seq "2.16")
(sesman "0.3"))
:keywords
'("languages" "clojure" "cider")
:authors
'(("Tim King" . "kingtim@gmail.com")
("Phil Hagelberg" . "technomancy@gmail.com")
("Bozhidar Batsov" . "bozhidar@batsov.com")
("Artur Malabarba" . "bruce.connor.am@gmail.com")
("Hugo Duncan" . "hugo@hugoduncan.org")
("Steve Purcell" . "steve@sanityinc.com"))
:maintainer
'("Bozhidar Batsov" . "bozhidar@batsov.com")
:url "http://www.github.com/clojure-emacs/cider")
;; Local Variables:
;; no-byte-compile: t
;; End:
|