2020-02-22 12:54:34 +01:00
|
|
|
(define-package "package-lint" "20200221.2122" "A linting library for elisp package authors"
|
2020-02-17 23:07:13 +01:00
|
|
|
'((cl-lib "0.5")
|
|
|
|
(emacs "24.1")
|
|
|
|
(let-alist "1.0.6"))
|
|
|
|
:keywords
|
|
|
|
'("lisp")
|
|
|
|
:authors
|
|
|
|
'(("Steve Purcell" . "steve@sanityinc.com")
|
|
|
|
("Fanael Linithien" . "fanael4@gmail.com"))
|
|
|
|
:maintainer
|
|
|
|
'("Steve Purcell" . "steve@sanityinc.com")
|
|
|
|
:url "https://github.com/purcell/package-lint")
|
|
|
|
;; Local Variables:
|
|
|
|
;; no-byte-compile: t
|
|
|
|
;; End:
|