Archived
1
0
Fork 0
This repository has been archived on 2024-10-19. You can view files and clone it, but cannot push or open issues or pull requests.
emacs/org/elpa/devdocs-20240428.711/devdocs-pkg.el

15 lines
445 B
EmacsLisp
Raw Normal View History

2024-07-28 16:03:37 +00:00
(define-package "devdocs" "20240428.711" "Emacs viewer for DevDocs"
2024-03-20 13:57:39 +00:00
'((emacs "27.1"))
2024-07-28 16:03:37 +00:00
:commit "c14d1306648d3ae09ee3a3b3f45592334943cfeb" :authors
2024-03-20 13:57:39 +00:00
'(("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: