emacs.d/elpa/elisp-lint-20200322.2355/elisp-lint-pkg.el
2020-03-24 18:20:37 +01:00

2 lines
418 B
EmacsLisp

;;; -*- no-byte-compile: t -*-
(define-package "elisp-lint" "20200322.2355" "Basic linting for Emacs Lisp" '((emacs "24.4") (dash "2.15.0") (package-lint "0.11")) :commit "e45a7f0ce0877d4e66968707b1e3310d1505af74" :keywords '("lisp" "maint" "tools") :authors '(("Nikolaj Schumacher <bugs * nschum de>,")) :maintainer '("Neil Okamoto" . "neil.okamoto+melpa@gmail.com") :url "http://github.com/gonewest818/elisp-lint/")