emacs/org/elpa/helm-core-20240726.1600/helm-core-pkg.el
2024-07-28 12:03:37 -04:00

14 lines
447 B
EmacsLisp

(define-package "helm-core" "20240726.1600" "Development files for Helm"
'((emacs "25.1")
(async "1.9.8"))
:commit "4a4b2a44948a7cac8c52e260e5c835249ce04224" :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: