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

13 lines
385 B
EmacsLisp
Raw Normal View History

2022-04-29 08:48:39 +02:00
(define-package "dash" "20220417.2250" "A modern list library for Emacs"
2021-01-17 12:49:07 +01:00
'((emacs "24"))
2022-04-29 08:48:39 +02:00
:commit "7fd71338dce041b352f84e7939f6966f4d379459" :authors
2021-01-17 12:49:07 +01:00
'(("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: