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

12 lines
408 B
EmacsLisp
Raw Normal View History

2022-11-08 03:31:08 +00:00
(define-package "helm" "20221107.1658" "Helm is an Emacs incremental and narrowing framework"
'((helm-core "3.8.8")
2022-08-04 18:39:38 +00:00
(popup "0.5.3"))
2022-11-08 03:31:08 +00:00
:commit "8ed0ab7762ad76da02d8832aa18d03e1288ea6d5" :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: