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

12 lines
408 B
EmacsLisp
Raw Normal View History

2023-03-22 11:44:34 +00:00
(define-package "helm" "20230319.2009" "Helm is an Emacs incremental and narrowing framework"
'((helm-core "3.9.0")
2022-08-04 18:39:38 +00:00
(popup "0.5.3"))
2023-03-22 11:44:34 +00:00
:commit "f1ef8689514b20cd2c2a6c6be987d2c40a8f4a09" :authors
2022-08-04 18:39:38 +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: