13 lines
282 B
Nim
13 lines
282 B
Nim
# Package
|
|
|
|
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"]
|
|
|