2016-08-24 18:15:21 +02:00
|
|
|
{
|
|
|
|
"name": "tanya",
|
2018-03-15 05:46:42 +01:00
|
|
|
"description": "@nogc library. Containers, networking, metaprogramming, memory management, utilities",
|
2016-08-24 18:15:21 +02:00
|
|
|
"license": "MPL-2.0",
|
2018-03-15 05:46:42 +01:00
|
|
|
"copyright": "© Eugene Wissner <info@caraus.de>",
|
2016-08-24 18:15:21 +02:00
|
|
|
"authors": [
|
|
|
|
"Eugene Wissner"
|
|
|
|
],
|
|
|
|
|
|
|
|
"targetType": "library",
|
|
|
|
|
2018-02-19 13:32:49 +01:00
|
|
|
"dependencies-linux": {
|
2018-03-15 05:46:42 +01:00
|
|
|
"mir-linux-kernel": "~>1.0.0"
|
2018-02-19 13:32:49 +01:00
|
|
|
},
|
|
|
|
|
2016-08-24 18:15:21 +02:00
|
|
|
"configurations": [
|
|
|
|
{
|
2017-08-25 00:29:43 +02:00
|
|
|
"name": "library",
|
2018-01-13 06:21:42 +01:00
|
|
|
"targetType": "staticLibrary",
|
|
|
|
"versions": ["TanyaPhobos"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "dynamic",
|
|
|
|
"targetType": "dynamicLibrary",
|
2017-08-25 00:29:43 +02:00
|
|
|
"versions": ["TanyaPhobos"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "native",
|
|
|
|
"targetType": "library",
|
2017-09-26 08:26:12 +02:00
|
|
|
"platforms": ["linux-x86_64-gdc"],
|
2017-09-13 06:43:49 +02:00
|
|
|
"preBuildCommands": ["ninja -C arch"],
|
2017-09-26 08:26:12 +02:00
|
|
|
"lflags": ["arch/tanya.a"],
|
|
|
|
"versions": ["TanyaNative"]
|
2016-08-24 18:15:21 +02:00
|
|
|
}
|
2018-02-19 15:21:53 +01:00
|
|
|
],
|
2018-03-15 05:46:42 +01:00
|
|
|
|
2018-09-01 09:56:44 +02:00
|
|
|
"libs-windows": ["advapi32"],
|
|
|
|
"libs-windows-x86_mscoff": ["iphlpapi"],
|
|
|
|
"libs-windows-x86_64": ["iphlpapi"]
|
2016-08-24 18:15:21 +02:00
|
|
|
}
|