File: control

package info (click to toggle)
cl-getopt 1.2.0-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 60 kB
  • ctags: 21
  • sloc: lisp: 167; makefile: 45; sh: 28
file content (14 lines) | stat: -rw-r--r-- 475 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Source: cl-getopt
Section: devel
Priority: optional
Maintainer: Kevin M. Rosenberg <kmr@debian.org>
Build-Depends: debhelper (>= 4.0.0)
Standards-Version: 3.7.3.0

Package: cl-getopt
Architecture: all
Depends: ${shlibs:Depends}, common-lisp-controller, cl-ptester
Description: Common Lisp utility for command-line processing
 This package provides Common Lisp programs processing of command-line
 arguments. The command-line processing is based on GNU's getopt_long
 module.