File: control

package info (click to toggle)
cl-iterate 20210519.gitb0f9a9c-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 980 kB
  • sloc: lisp: 4,050; sh: 238; makefile: 60
file content (25 lines) | stat: -rw-r--r-- 975 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
Source: cl-iterate
Section: lisp
Priority: optional
Maintainer: Debian Common Lisp Team <debian-common-lisp@lists.debian.org>
Uploaders: Sébastien Villemot <sebastien@debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.0
Homepage: https://common-lisp.net/project/iterate/
Vcs-Git: https://salsa.debian.org/common-lisp-team/cl-iterate.git
Vcs-Browser: https://salsa.debian.org/common-lisp-team/cl-iterate
Rules-Requires-Root: no

Package: cl-iterate
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Jonathan Amsterdam's Common Lisp iterator/gatherer/accumulator facility
 iterate is an iteration construct for Common Lisp. It is similar to the
 CL:LOOP macro, with these distinguishing marks:
 .
  - it is extensible,
  - it helps editors like Emacs indent iterate forms by having a more lisp-like
    syntax,
  - and it isn't part of the ANSI standard for Common Lisp (which is sometimes a
    bad thing and sometimes good).