summaryrefslogtreecommitdiff
path: root/elpa/dash-20210826.1149/dash-pkg.el
blob: 7dc2d7a3ead4af528dff14d12f2381a864086fbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(define-package "dash" "20210826.1149" "A modern list library for Emacs"
  '((emacs "24"))
  :commit "da167c51e9fd167a48d06c7c0ee8e3ac7abd9718" :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: