emacs/code/elpa/dash-20220608.1931/dash-pkg.el

13 lines
385 B
EmacsLisp

(define-package "dash" "20220608.1931" "A modern list library for Emacs"
'((emacs "24"))
:commit "0ac1ecf6b56eb67bb81a3cf70f8d4354b5782341" :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: