emacs/code/elpa/helm-20230406.839/helm-pkg.el

12 lines
407 B
EmacsLisp
Raw Normal View History

2023-04-07 19:25:24 +00:00
(define-package "helm" "20230406.839" "Helm is an Emacs incremental and narrowing framework"
2023-03-22 11:44:34 +00:00
'((helm-core "3.9.0")
2022-08-04 18:39:38 +00:00
(popup "0.5.3"))
2023-04-07 19:25:24 +00:00
:commit "5c9d28da67d3f42fd27c7f7fcf0701b899fbaa8a" :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: