mirror of
https://github.com/correl/melpa.git
synced 2025-03-07 04:45:08 -10:00
Add recipes/sly
This commit is contained in:
parent
cd61da60cb
commit
109530bce8
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…
Add table
Reference in a new issue