File: control

package info (click to toggle)
cl-awk 1-3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, wheezy
  • size: 128 kB
  • ctags: 259
  • sloc: lisp: 1,012; makefile: 50; sh: 28
file content (14 lines) | stat: -rw-r--r-- 490 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Source: cl-awk
Section: devel
Priority: optional
Maintainer: Matthew Danish <mrd@debian.org>
Build-Depends: debhelper (>> 4.0.0)
Standards-Version: 3.7.2

Package: cl-awk
Architecture: all
Depends: common-lisp-controller (>= 3.37), cl-regex
Description: Common Lisp package with the features of AWK and more
 An implementation of the features of the Unix AWK language, within Common
 Lisp, using macros.  In addition, it provides more complicated processing
 capabilities than that of AWK.