treediff/treediff.nimble

11 lines
332 B
Plaintext
Raw Normal View History

2016-01-26 06:29:49 +00:00
# Package
version = "1.4.5"
author = "Jonathan Bernard (jdb@jdb-labs.com)"
2016-01-26 06:29:49 +00:00
description = "Utility to generate diffs of full directory trees."
license = "BSD"
2016-01-26 06:29:49 +00:00
bin = @["treediff"]
2016-01-26 06:32:41 +00:00
srcDir = "src/main/nim"
2016-01-26 06:29:49 +00:00
# Dependencies
requires: @["nim >= 1.0.4", "docopt >= 0.6.8", "console_progress >= 1.2.1"]