magit-section-pkg.el (460B)
1 (define-package "magit-section" "20240508.2349" "Sections for read-only buffers." 2 '((emacs "26.1") 3 (compat "29.1.4.5") 4 (dash "20240405")) 5 :commit "855d924969eb6231d62ab446f727c9f7ad5c4913" :authors 6 '(("Jonas Bernoulli" . "emacs.magit@jonas.bernoulli.dev")) 7 :maintainer 8 '("Jonas Bernoulli" . "emacs.magit@jonas.bernoulli.dev") 9 :keywords 10 '("tools") 11 :url "https://github.com/magit/magit") 12 ;; Local Variables: 13 ;; no-byte-compile: t 14 ;; End: