2016-11-04 16:30:06 -05:00
|
|
|
# Package
|
|
|
|
|
2024-12-10 10:42:46 -06:00
|
|
|
version = "0.9.1"
|
2016-11-04 16:30:06 -05:00
|
|
|
author = "Jonathan Bernard"
|
|
|
|
description = "Helper functions for writing command line interfaces."
|
|
|
|
license = "MIT"
|
|
|
|
|
2022-02-07 14:01:59 -06:00
|
|
|
|
2016-11-04 16:30:06 -05:00
|
|
|
# Dependencies
|
|
|
|
|
2022-01-21 18:07:21 -06:00
|
|
|
requires @["nim >= 1.6.0", "docopt >= 0.6.8"]
|