conf-emacs/elpa/flycheck-35.0/flycheck-pkg.el

12 lines
549 B
EmacsLisp

;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "flycheck" "35.0"
"On-the-fly syntax checking."
'((emacs "27.1"))
:url "https://www.flycheck.org"
:commit "6e43c07e83406cdd3f75952ee988d61d7573ec11"
:revdesc "6e43c07e8340"
:keywords '("convenience" "languages" "tools")
:authors '(("Sebastian Wiesner" . "swiesner@lunaryorn.com"))
:maintainers '(("Clément Pit-Claudel" . "clement.pitclaudel@live.com")
("fmdkdd" . "fmdkdd@gmail.com")
("Bozhidar Batsov" . "bozhidar@batsov.dev")))