aboutsummaryrefslogtreecommitdiffstats
path: root/elpa/dash-20220417.2250/dash-pkg.el
diff options
context:
space:
mode:
Diffstat (limited to 'elpa/dash-20220417.2250/dash-pkg.el')
-rw-r--r--elpa/dash-20220417.2250/dash-pkg.el12
1 files changed, 12 insertions, 0 deletions
diff --git a/elpa/dash-20220417.2250/dash-pkg.el b/elpa/dash-20220417.2250/dash-pkg.el
new file mode 100644
index 0000000..98425a8
--- /dev/null
+++ b/elpa/dash-20220417.2250/dash-pkg.el
@@ -0,0 +1,12 @@
+(define-package "dash" "20220417.2250" "A modern list library for Emacs"
+ '((emacs "24"))
+ :commit "7fd71338dce041b352f84e7939f6966f4d379459" :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: