emacs.d/elpa/package-lint-20200313.2338/package-lint-pkg.el
2020-03-17 13:10:50 +01:00

15 lines
444 B
EmacsLisp

(define-package "package-lint" "20200313.2338" "A linting library for elisp package authors"
'((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: