emacs.d/elpa/flycheck-20150523.131/flycheck-pkg.el
2015-06-13 07:18:57 -07:00

12 lines
315 B
EmacsLisp

(define-package "flycheck" "20150523.131" "Modern on-the-fly syntax checking"
'((dash "2.4.0")
(pkg-info "0.4")
(let-alist "1.0.1")
(cl-lib "0.3")
(emacs "24.1"))
:url "https://www.flycheck.org" :keywords
'("convenience" "languages" "tools"))
;; Local Variables:
;; no-byte-compile: t
;; End: