melpa/recipes/slime
Steve Purcell da2d6d4e1f Don't include "lib" in slime recipe
That dir contains bundled copies of core elisp like ert.el and cl-lib,
but the Package-Requires header in slime.el ensures the latter is
installed, and presumably the former is not required for end users.
2014-04-18 08:27:28 +01:00

3 lines
149 B
Text

(slime :repo "slime/slime"
:fetcher github
:files ("*.el" "*.lisp" "*.asd" "contrib" "doc/*.texi" "doc/*.info" "doc/dir" "ChangeLog"))