emacs/org/elpa/helm-core-20230808.1057/helm-core-pkg.el

14 lines
447 B
EmacsLisp
Raw Normal View History

2023-08-10 14:03:04 +00:00
(define-package "helm-core" "20230808.1057" "Development files for Helm"
2022-08-25 15:19:45 +00:00
'((emacs "25.1")
2022-11-08 03:40:51 +00:00
(async "1.9.7"))
2023-08-10 14:03:04 +00:00
:commit "a968b9bdd243f9d8d9d572656268421cb1ea8b39" :authors
'(("Thierry Volpiatto" . "thievol@posteo.net"))
:maintainers
2022-08-25 15:19:45 +00:00
'(("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: