1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 10:43:33 +02:00
birchwood/dub.json
Tristan B. Velloza Kildaire 2481ef88db Dub
- Upgraded `libsnooze` to version `1.2.0-beta`
2023-06-25 17:00:32 +02:00

17 lines
405 B
JSON

{
"homepage": "https://deavmi.assigned.network/projects/birchwood",
"authors": [
"Tristan B. Velloza Kildaire"
],
"copyright": "Copyright © 2023, Tristan B. Kildaire",
"dependencies": {
"dlog": ">=0.3.19",
"eventy": ">=0.4.0",
"libsnooze": ">=1.2.0-beta"
},
"description": "A sane IRC framework for the D language",
"license": "LGPL-3.0",
"name": "birchwood",
"targetType": "library"
}