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

12 lines
382 B
EmacsLisp
Raw Normal View History

2023-03-22 11:44:34 +00:00
(define-package "helm-core" "20230317.1729" "Development files for Helm"
2022-08-04 18:39:38 +00:00
'((emacs "25.1")
2022-11-08 03:31:08 +00:00
(async "1.9.7"))
2023-03-22 11:44:34 +00:00
:commit "e15fd87d85ebb0df9cdd9115257292488c94549f" :authors
2022-08-04 18:39:38 +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: