emacs/org/elpa/devdocs-20240301.1838/devdocs-pkg.el

15 lines
446 B
EmacsLisp
Raw Normal View History

2024-03-20 13:57:39 +00:00
(define-package "devdocs" "20240301.1838" "Emacs viewer for DevDocs"
'((emacs "27.1"))
:commit "3424436f333955b39a0803ce9781aaffaae003f5" :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: