File: control

package info (click to toggle)
cl-iterate 20250703.gitd27d7ff-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 976 kB
  • sloc: lisp: 4,273; sh: 238; makefile: 85
file content (25 lines) | stat: -rw-r--r-- 970 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: Peter Van Eynde <pvaneynd@debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.7.2
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).