renaissance/dub.json

19 lines
477 B
JSON
Raw Normal View History

2023-02-28 21:56:21 +00:00
{
"authors": [
"Tristan B. Velloza Kildaire"
],
2023-04-30 18:51:48 +01:00
"copyright": "Copyright © 2023, Tristan B. Kildaire",
2023-02-28 21:56:21 +00:00
"dependencies": {
"dante": ">=0.2.2",
"davinci": ">=0.1.11",
"gogga": ">=2.2.1",
2023-04-30 21:49:46 +01:00
"lumars": "~>1.11.0",
2023-10-01 20:27:27 +01:00
"river": ">=0.3.7",
"tristanable": ">=4.0.0-beta"
2023-02-28 21:56:21 +00:00
},
"description": "Reference implementation of the DNET server protocol",
"license": "AGPL 3.0",
"mainSourceFile": "source/renaissance/daemon.d",
"name": "renaissance",
"targetType": "executable"
2023-02-28 21:56:21 +00:00
}