emacs/org/elpa/helm-20230810.1004/helm-pkg.el

15 lines
493 B
EmacsLisp
Raw Normal View History

2023-08-10 14:03:04 +00:00
(define-package "helm" "20230810.1004" "Helm is an Emacs incremental and narrowing framework"
'((helm-core "3.9.3")
(wfnames "1.1")
2022-08-04 18:39:15 +00:00
(popup "0.5.3"))
2023-08-10 14:03:04 +00:00
:commit "fb22f0059b83fd117c53e2ef62a7b52ac1d0778e" :authors
'(("Thierry Volpiatto" . "thievol@posteo.net"))
:maintainers
2022-08-04 18:39:15 +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: