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

12 lines
408 B
EmacsLisp

(define-package "helm" "20220911.1317" "Helm is an Emacs incremental and narrowing framework"
'((helm-core "3.8.7")
(popup "0.5.3"))
:commit "288f7d9f173d7ddd7a7766eb333cc2db1c1caa34" :authors
'(("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: