File: control

package info (click to toggle)
emacs-noflet 0.0.15-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 104 kB
  • sloc: lisp: 256; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 821 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
23
24
25
26
27
28
Source: emacs-noflet
Section: lisp
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 debhelper (>= 10),
 dh-elpa (>= 1.7),
Standards-Version: 4.0.0
Vcs-Browser: https://salsa.debian.org/emacsen-team/emacs-noflet
Vcs-Git: https://salsa.debian.org/emacsen-team/emacs-noflet.git
Homepage: https://github.com/nicferrier/emacs-noflet

Package: elpa-noflet
Architecture: all
Depends:
 emacsen-common (>= 2.0.8),
 ${elpa:Depends},
 ${misc:Depends},
Recommends:
 emacs (>= 46.0),
Enhances:
 emacs,
Built-Using:
 ${misc:Built-Using},
Description: Emacs Lisp noflet macro for dynamic, local advice
 This package provides the Emacs Lisp macro noflet, Nic Ferrier's
 overriding flet, for fleting functions for the purpose of decorating
 them.  It is a replacement for the deprecated flet macro.