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

12 lines
408 B
EmacsLisp
Raw Normal View History

2022-09-15 18:58:44 +00:00
(define-package "helm" "20220914.1117" "Helm is an Emacs incremental and narrowing framework"
2022-08-04 18:39:15 +00:00
'((helm-core "3.8.7")
(popup "0.5.3"))
2022-09-15 18:58:44 +00:00
:commit "c3cd741a27247334c5f25998442c377cd3b36c78" :authors
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: