summaryrefslogtreecommitdiff
path: root/debian/control
blob: 7a3667fd669f6737542ab23ad3eee428e0d65c6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: let-alist
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Rémi Vanicat <vanicat@debian.org>
Build-Depends: debhelper (>= 10), dh-elpa
Standards-Version: 4.1.5
Homepage: https://elpa.gnu.org/packages/let-alist.html
Vcs-Git: https://salsa.debian.org/emacsen-team/let-alist.git
Vcs-Browser: https://salsa.debian.org/emacsen-team/let-alist

Package: elpa-let-alist
Architecture: all
Depends: ${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs, emacs24
Description: let-bind values of an assoc-list by their names in Emacs Lisp
 This package provides the let-alist macro for use in Emacs Lisp.
 .
 The macro allows the programmer to concisely and efficiently access
 the contents of an association list.