Files
emacs-conf/lisp/flycheck/flycheck-pkg.el
2026-06-27 11:34:21 +02:00

14 lines
589 B
EmacsLisp

;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "flycheck" "20260604.2002"
"On-the-fly syntax checking."
'((emacs "27.1")
(seq "2.24"))
:url "https://github.com/flycheck/flycheck"
:commit "96f1852c7e352c969393e6e66176178177e933be"
:revdesc "96f1852c7e35"
: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")))