File: control

package info (click to toggle)
lua-cliargs 3.0-1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 372 kB
  • ctags: 99
  • sloc: sh: 118; makefile: 5
file content (28 lines) | stat: -rw-r--r-- 897 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: lua-cliargs
Section: interpreters
Priority: optional
Maintainer: Jason Pleau <jason@jpleau.ca>
Build-Depends: debhelper (>= 9),
               dh-lua,
               lua-busted,
               lua-dkjson,
               lua-inifile,
               lua-yaml
Standards-Version: 3.9.8
Homepage: https://github.com/amireh/lua_cliargs/
Vcs-Git: https://anonscm.debian.org/cgit/pkg-lua/lua-cliargs.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lua/lua-cliargs.git

Package: lua-cliargs
Architecture: all
Depends: ${misc:Depends},
         lua-dkjson,
         lua-inifile,
         lua-yaml
Provides: ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: command-line argument parsing module for Lua
 This module adds support for accepting CLI arguments easily using multiple
 notations and argument types.
 .
 cliargs allows you to define required, optional, and flag arguments.