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

13 lines
385 B
EmacsLisp
Raw Normal View History

2021-06-12 09:26:46 +02:00
(define-package "dash" "20210609.1330" "A modern list library for Emacs"
2021-01-17 12:49:07 +01:00
'((emacs "24"))
2021-06-12 09:26:46 +02:00
:commit "88d799595e8f1b4154637ce8a3f81b97b0520c1a" :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: