15 lines
255 B
Plaintext
15 lines
255 B
Plaintext
|
# Package
|
||
|
|
||
|
version = "0.1.0"
|
||
|
author = "Christine Dodrill"
|
||
|
description = "The h IRC bot, version 3"
|
||
|
license = "MIT"
|
||
|
srcDir = "src"
|
||
|
bin = @["h3"]
|
||
|
|
||
|
# Dependencies
|
||
|
|
||
|
requires "nim >= 0.13.0", "irc"
|
||
|
|
||
|
switch "define", "ssl"
|