File: control

package info (click to toggle)
cl-iterate 20180228-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 864 kB
  • sloc: lisp: 3,908; sh: 238; makefile: 28
file content (21 lines) | stat: -rw-r--r-- 851 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: cl-iterate
Section: lisp
Priority: optional
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: dh-lisp
Standards-Version: 4.1.3
Homepage: http://common-lisp.net/project/iterate/
Vcs-Darcs: http://common-lisp.net/project/iterate/darcs/iterate
Vcs-Browser: http://common-lisp.net/project/iterate/darcs/iterate

Package: cl-iterate
Architecture: all
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).