add lisp packages

This commit is contained in:
2020-12-05 21:29:49 +01:00
parent 85e20365ae
commit a6e2395755
7272 changed files with 1363243 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
(define-package "srefactor" "20180703.1810" "A refactoring tool based on Semantic parser framework"
'((emacs "24.4"))
:keywords
'("c" "languages" "tools")
:authors
'(("Tu, Do Hoang" . "tuhdo1710@gmail.com"))
:maintainer
'("Tu, Do Hoang")
:url "https://github.com/tuhdo/semantic-refactor")
;; Local Variables:
;; no-byte-compile: t
;; End: