.emacs.d/elpa/dash-20210330.1544/dash-pkg.el

13 lines
385 B
EmacsLisp

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