emacs/code/elpa/helm-core-20230725.527/helm-core-pkg.el

14 lines
446 B
EmacsLisp
Raw Normal View History

2023-07-27 19:42:55 +00:00
(define-package "helm-core" "20230725.527" "Development files for Helm"
'((emacs "25.1")
(async "1.9.7"))
:commit "a3d403cd95056ba22438e8b98e4194957b27d5bd" :authors
'(("Thierry Volpiatto" . "thievol@posteo.net"))
:maintainers
'(("Thierry Volpiatto" . "thievol@posteo.net"))
:maintainer
'("Thierry Volpiatto" . "thievol@posteo.net")
:url "https://emacs-helm.github.io/helm/")
;; Local Variables:
;; no-byte-compile: t
;; End: