File: control

package info (click to toggle)
loop-el 1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 116 kB
  • sloc: lisp: 241; makefile: 15
file content (24 lines) | stat: -rw-r--r-- 831 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: loop-el
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-elpa
Standards-Version: 4.3.0
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-elpa
Homepage: https://github.com/Wilfred/loop.el
Vcs-Browser: https://salsa.debian.org/emacsen-team/loop-el
Vcs-Git: https://salsa.debian.org/emacsen-team/loop-el.git

Package: elpa-loop
Architecture: all
Depends: ${elpa:Depends},
         ${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs
Description: friendly imperative loop structures for Emacs Lisp
 Emacs Lisp is missing loop structures familiar to users of newer
 languages. This package adds a selection of popular loop structures
 as well as break and continue.