summaryrefslogtreecommitdiff
path: root/helm-core-pkg.el
blob: 095ecce796477a9910d55efaeb327c3026e7ee63 (plain)
1
2
3
4
5
6
7
8
9
10
11
;;; helm-core-pkg.el --- define helm-core for package.el

(define-package "helm-core" "3.0"
  "Development files for Helm"
  '((emacs "24.4")
    (async "1.9.3"))
  :url "https://emacs-helm.github.io/helm/")

;; Local Variables:
;; no-byte-compile: t
;; End: