File: control

package info (click to toggle)
cl-getopt 1.2.0-3.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 56 kB
  • sloc: lisp: 167; makefile: 37
file content (18 lines) | stat: -rw-r--r-- 597 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: cl-getopt
Section: lisp
Priority: optional
Maintainer: Kevin M. Rosenberg <kmr@debian.org>
Build-Depends-Indep: dh-lisp
Build-Depends: debhelper (>= 7.0.0)
Standards-Version: 3.8.2.0
Homepage: http://files.b9.com/getopt/
Vcs-Git: git://git.b9.com/getopt.git
Vcs-Browser: http://git.b9.com/?p=getopt.git

Package: cl-getopt
Architecture: all
Depends: ${misc:Depends}, 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.