76577dda535b78c8488f6c9d41f8beb4d33d04cb
[getopt.git] / debian / control
1 Source: cl-getopt
2 Section: lisp
3 Priority: optional
4 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
5 Build-Depends-Indep: dh-lisp
6 Build-Depends: debhelper (>= 7.0.0)
7 Standards-Version: 3.8.2.0
8 Homepage: http://files.b9.com/getopt/
9 Vcs-Git: git://git.b9.com/getopt.git
10 Vcs-Browser: http://git.b9.com/?p=getopt.git
11
12 Package: cl-getopt
13 Architecture: all
14 Depends: ${misc:Depends}, cl-ptester
15 Description: Common Lisp utility for command-line processing
16  This package provides Common Lisp programs processing of command-line
17  arguments. The command-line processing is based on GNU's getopt_long
18  module.