tanya/dub.json

18 lines
266 B
JSON
Raw Normal View History

2016-08-24 18:15:21 +02:00
{
"name": "tanya",
2017-01-25 19:41:05 +01:00
"description": "General purpose, @nogc library",
2016-08-24 18:15:21 +02:00
"license": "MPL-2.0",
"copyright": "(c) Eugene Wissner <info@caraus.de>",
"authors": [
"Eugene Wissner"
],
"targetType": "library",
"configurations": [
{
"name": "library"
}
]
}