2017-07-06 05:54:38 +00:00
|
|
|
# Package
|
|
|
|
|
2017-08-23 20:17:18 +00:00
|
|
|
version = "0.2.0"
|
2017-07-06 05:54:38 +00:00
|
|
|
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"]
|
|
|
|
|