r10735:
[getopt.git] / debian / control
1 Source: cl-getopt
2 Section: devel
3 Priority: optional
4 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
5 Build-Depends-Indep: debhelper (>= 4.0.0)
6 Standards-Version: 3.6.2.1
7
8 Package: cl-getopt
9 Architecture: all
10 Depends: ${shlibs:Depends}, common-lisp-controller, cl-ptester
11 Description: Common Lisp utility for command-line processing
12  This package provides Common Lisp programs processing of command-line
13  arguments. The command-line processing is based on GNU's getopt_long
14  module.