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

14 lines
447 B
EmacsLisp
Raw Normal View History

2024-07-28 16:03:37 +00:00
(define-package "helm-core" "20240726.1600" "Development files for Helm"
2023-07-27 19:42:55 +00:00
'((emacs "25.1")
2024-07-28 16:03:37 +00:00
(async "1.9.8"))
:commit "4a4b2a44948a7cac8c52e260e5c835249ce04224" :authors
2023-07-27 19:42:55 +00:00
'(("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: