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

14 lines
446 B
EmacsLisp
Raw Normal View History

2023-08-30 13:04:19 +00:00
(define-package "helm-core" "20230829.910" "Development files for Helm"
2023-07-27 19:42:55 +00:00
'((emacs "25.1")
(async "1.9.7"))
2023-08-30 13:04:19 +00:00
:commit "5514c4a24f3124cabcdfdd97f19570b714910e74" :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: