emacs/code/elpa/devdocs-20240428.711/devdocs-pkg.el
2024-07-28 12:03:37 -04:00

15 lines
445 B
EmacsLisp

(define-package "devdocs" "20240428.711" "Emacs viewer for DevDocs"
'((emacs "27.1"))
:commit "c14d1306648d3ae09ee3a3b3f45592334943cfeb" :authors
'(("Augusto Stoffel" . "arstoffel@gmail.com"))
:maintainers
'(("Augusto Stoffel" . "arstoffel@gmail.com"))
:maintainer
'("Augusto Stoffel" . "arstoffel@gmail.com")
:keywords
'("help")
:url "https://github.com/astoff/devdocs.el")
;; Local Variables:
;; no-byte-compile: t
;; End: