1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: el-x
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-elpa
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://github.com/sigma/el-x
Vcs-Browser: https://salsa.debian.org/emacsen-team/el-x
Vcs-Git: https://salsa.debian.org/emacsen-team/el-x.git
Package: elpa-el-x
Architecture: all
Depends: ${elpa:Depends},
${misc:Depends},
emacsen-common (>= 2.0.8)
Recommends: emacs (>= 46.0)
Enhances: emacs
Description: Emacs Lisp extensions
This package provides several Emacs Lisp extensions. Content:
.
* dflet.el: defines the `dflet' macro, to provide the historic behavior of
`flet', a global and dynamic temporary function (re)definition tool.
.
* subr-compat.el: stubs `declare-function' for older Emacs
|