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

15 lines
493 B
EmacsLisp

(define-package "helm" "20230810.1004" "Helm is an Emacs incremental and narrowing framework"
'((helm-core "3.9.3")
(wfnames "1.1")
(popup "0.5.3"))
:commit "fb22f0059b83fd117c53e2ef62a7b52ac1d0778e" :authors
'(("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: