summaryrefslogtreecommitdiff
path: root/dub.json
blob: b6360c2c0eaf8ace879363b732d79e3700922e59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"name": "tanya",
	"description": "General purpose, @nogc library. Containers, networking, memory management, utilities",
	"license": "MPL-2.0",
	"copyright": "(c) Eugene Wissner <info@caraus.de>",
	"authors": [
		"Eugene Wissner"
	],

	"targetType": "library",

	"configurations": [
		{
			"name": "library"
		}
	]
}