mirror of
https://github.com/correl/melpa.git
synced 2025-03-10 17:00:10 -09:00
All the backend files were moved to swank folder see [75735eb](https://github.com/slime/slime/commit/75735)
12 lines
371 B
Text
12 lines
371 B
Text
(slime :repo "slime/slime"
|
|
:fetcher github
|
|
:files ("*.el"
|
|
("lib" "lib/hyperspec.el")
|
|
("swank" "swank/*")
|
|
"*.lisp"
|
|
"*.asd"
|
|
("contrib" "contrib/*" (:exclude "contrib/test"))
|
|
"doc/*.texi"
|
|
"doc/*.info"
|
|
"doc/dir"
|
|
"ChangeLog"))
|