File: control

package info (click to toggle)
let-alist 1.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 84 kB
  • ctags: 5
  • sloc: lisp: 62; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 868 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: let-alist
Section: lisp
Priority: optional
Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
Uploaders: Sean Whitton <spwhitton@spwhitton.name>
Build-Depends: debhelper (>= 9), dh-elpa (>= 0.0.17)
Standards-Version: 3.9.7
Homepage: https://elpa.gnu.org/packages/let-alist.html
Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/let-alist.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/let-alist.git/

Package: elpa-let-alist
Architecture: all
Depends: ${misc:Depends}
Built-Using: ${misc:Built-Using}
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.