nim-docopt 0.6.8-3 source package in Ubuntu
Changelog
nim-docopt (0.6.8-3) unstable; urgency=medium * Add test dependency on build-essential (Fixes debci) -- Nilesh Patra <email address hidden> Mon, 16 Nov 2020 02:17:03 +0530
Upload details
- Uploaded by:
- Debian Nim Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Nim Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
nim-docopt_0.6.8-3.dsc | 2.1 KiB | bf0123cddc733826d27bff54c3f1fb08ff73d29fc2dcc374d403f2caff890ea8 |
nim-docopt_0.6.8.orig.tar.gz | 15.4 KiB | 5ee208fb9bc71a52303cdade8b428bdfeb29ab7c2b22c59942a151e5dd558fa2 |
nim-docopt_0.6.8-3.debian.tar.xz | 3.1 KiB | 198109b67c2b97c70dc682bfa4991debb6485f024b4d6c4f9aa661d69454b0ca |
Available diffs
- diff from 0.6.8-2 to 0.6.8-3 (424 bytes)
No changes file available.
Binary packages built by this source
- nim-docopt-dev: 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, <positional-argument>
commands, which could be [optional], (required), (mutually | exclusive)
or repeated.