Source: nim-docopt Maintainer: Debian Nim Team Uploaders: Steffen Moeller , Nilesh Patra Section: libs Priority: optional Build-Depends: debhelper-compat (= 13), nim, nim-unicodedb-dev , nim-unicodeplus-dev , nim-regex-dev Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/nim-team/nim-docopt Vcs-Git: https://salsa.debian.org/nim-team/nim-docopt.git Homepage: https://github.com/docopt/docopt.nim Rules-Requires-Root: no Package: nim-docopt-dev Architecture: all Depends: ${misc:Depends}, nim, nim-unicodedb-dev, nim-regex-dev, nim-unicodeplus-dev Description: command line interface generator and arg parser This package provides the docopt command line generator for the nim programming language. It creates your command-line interface based on its description that you pass as `doc`. Such description can contain --options, commands, which could be [optional], (required), (mutually | exclusive) or repeated.