2016-11-04 16:30:06 -05:00
|
|
|
# Package
|
|
|
|
|
2018-10-03 03:42:10 -05:00
|
|
|
version = "0.5.1"
|
2016-11-04 16:30:06 -05:00
|
|
|
author = "Jonathan Bernard"
|
|
|
|
description = "Helper functions for writing command line interfaces."
|
|
|
|
license = "MIT"
|
|
|
|
|
|
|
|
# Dependencies
|
|
|
|
|
2018-05-14 09:06:45 -05:00
|
|
|
requires @["nim >= 0.18.0", "docopt"]
|
2016-11-04 16:30:06 -05:00
|
|
|
|