11 lines
427 B
EmacsLisp
11 lines
427 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "dash" "20250312.1307"
|
|
"A modern list library for Emacs."
|
|
'((emacs "24"))
|
|
:url "https://github.com/magnars/dash.el"
|
|
:commit "fcb5d831fc08a43f984242c7509870f30983c27c"
|
|
:revdesc "fcb5d831fc08"
|
|
:keywords '("extensions" "lisp")
|
|
:authors '(("Magnar Sveen" . "magnars@gmail.com"))
|
|
:maintainers '(("Basil L. Contovounesios" . "basil@contovou.net")))
|