1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 06:03:29 +02:00
birchwood/dub.json
Tristan B. Kildaire cbe41bff80 Eventy integration
- Fully integrated eventy
- PongEvent and IRCEvent along with respective GenericSignal and PingSignal handlers added
- Moved parsing of messages into Message class

Debugging

- Added dlog which always logs (for now, we should add a debug clause that enables it)
2022-11-01 13:41:39 +02:00

14 lines
295 B
JSON

{
"authors": [
"Tristan B. Kildaire"
],
"copyright": "Copyright © 2022, Tristan B. Kildaire",
"dependencies": {
"dlog": "~>0.0.6",
"eventy": "0.2.5"
},
"description": "A sane IRC framework for the D language",
"license": "LGPL-3.0",
"name": "birchwood",
"targetType": "library"
}