emacs/code/elpa/helm-20240728.459/helm-pkg.el
2024-07-28 12:03:37 -04:00

14 lines
472 B
EmacsLisp

(define-package "helm" "20240728.459" "Helm is an Emacs incremental and narrowing framework"
'((helm-core "3.9.9")
(wfnames "1.2"))
:commit "8e3fe7958815a71f328b48f89b4f86694d2617ef" :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: