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

13 lines
384 B
EmacsLisp
Raw Normal View History

2022-11-06 19:47:37 +01:00
(define-package "dash" "20221013.836" "A modern list library for Emacs"
2021-01-17 12:49:07 +01:00
'((emacs "24"))
2022-11-06 19:47:37 +01:00
:commit "3df46d7d9fe74f52a661565888e4d31fd760f0df" :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: