log-happy/log_happy.nimble

13 lines
282 B
Plaintext
Raw Permalink Normal View History

# Package
2017-08-23 20:17:18 +00:00
version = "0.2.0"
author = "Jonathan Bernard"
description = "Scan logs for regex-defined events and report on what was found."
license = "MIT"
bin = @["log_happy"]
# Dependencies
requires @["nim >= 0.16.1", "docopt >= 0.6.4", "ncurses"]