mirror of
https://github.com/correl/melpa.git
synced 2024-11-24 19:19:52 +00:00
commit
2110eedc2d
1 changed files with 12 additions and 0 deletions
12
recipes/sly
Normal file
12
recipes/sly
Normal file
|
@ -0,0 +1,12 @@
|
|||
(sly :repo "capitaomorte/sly"
|
||||
:fetcher github
|
||||
:files ("*.el"
|
||||
("lib" "lib/*.el")
|
||||
("lib/lisp" "lib/lisp/*.lisp")
|
||||
("lib/lisp/backend" "lib/lisp/backend/*.lisp")
|
||||
"*.lisp"
|
||||
"slynk.asd"
|
||||
("contrib" "contrib/*" (:exclude "contrib/test"))
|
||||
"doc/*.texi"
|
||||
"doc/*.info"
|
||||
"doc/dir"))
|
Loading…
Reference in a new issue