repo.or.cz
/
d2df-bot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
show commit message; added nimc cfg
[d2df-bot.git]
/
d2dfbot.nimble
blob
54028d715cf76c51a5de9b94744e1decbb83e86d
1
# Package
2
3
version = "0.1.0"
4
author = "fgsfds"
5
description = "IRC bot for #doom2d"
6
license = "MIT"
7
srcDir = "src"
8
binDir = "bin"
9
bin = @["d2dfbot"]
10
11
# Dependencies
12
13
requires "nim >= 0.17.0"
14
requires "irc >= 0.1.0"