2016-11-04 16:30:06 -05:00
|
|
|
# Package
|
|
|
|
|
2019-02-18 15:34:09 -06:00
|
|
|
version = "0.6.2"
|
2016-11-04 16:30:06 -05:00
|
|
|
author = "Jonathan Bernard"
|
|
|
|
description = "Helper functions for writing command line interfaces."
|
|
|
|
license = "MIT"
|
|
|
|
|
|
|
|
# Dependencies
|
|
|
|
|
2018-12-09 03:21:07 -06:00
|
|
|
requires @["nim >= 0.19.0", "docopt >= 0.6.8"]
|
2016-11-04 16:30:06 -05:00
|
|
|
|