aboutsummaryrefslogtreecommitdiffstats
path: root/elpa/dash-20220417.2250/dash-pkg.el
blob: 98425a87d5abd9aa319f9eebf6e65e7921dc04ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
(define-package "dash" "20220417.2250" "A modern list library for Emacs"
  '((emacs "24"))
  :commit "7fd71338dce041b352f84e7939f6966f4d379459" :authors
  '(("Magnar Sveen" . "magnars@gmail.com"))
  :maintainer
  '("Magnar Sveen" . "magnars@gmail.com")
  :keywords
  '("extensions" "lisp")
  :url "https://github.com/magnars/dash.el")
;; Local Variables:
;; no-byte-compile: t
;; End: