2016-11-04 16:30:06 -05:00
|
|
|
# Package
|
|
|
|
|
2018-04-02 14:39:49 -05:00
|
|
|
version = "0.3.2"
|
2016-11-04 16:30:06 -05:00
|
|
|
author = "Jonathan Bernard"
|
|
|
|
description = "Helper functions for writing command line interfaces."
|
|
|
|
license = "MIT"
|
|
|
|
|
|
|
|
# Dependencies
|
|
|
|
|
2018-04-02 14:39:49 -05:00
|
|
|
requires @["nim >= 0.18.1", "docopt"]
|
2016-11-04 16:30:06 -05:00
|
|
|
|