final tt updates
[emacs-init.git] / elpa / flycheck-20190503.853 / flycheck-pkg.el
1 (define-package "flycheck" "20190503.853" "On-the-fly syntax checking"
2   '((dash "2.12.1")
3     (pkg-info "0.4")
4     (let-alist "1.0.4")
5     (seq "1.11")
6     (emacs "24.3"))
7   :keywords
8   '("convenience" "languages" "tools")
9   :authors
10   '(("Sebastian Wiesner" . "swiesner@lunaryorn.com"))
11   :maintainer
12   '("ClĂ©ment Pit-Claudel" . "clement.pitclaudel@live.com")
13   :url "http://www.flycheck.org")
14 ;; Local Variables:
15 ;; no-byte-compile: t
16 ;; End: