41 lines
856 B
JSON
41 lines
856 B
JSON
{
|
|
"name": "tanya",
|
|
"description": "@nogc library. Containers, networking, metaprogramming, memory management, utilities",
|
|
"license": "MPL-2.0",
|
|
"copyright": "© Eugene Wissner <info@caraus.de>",
|
|
"authors": [
|
|
"Eugene Wissner"
|
|
],
|
|
|
|
"targetType": "library",
|
|
|
|
"dependencies-linux": {
|
|
"mir-linux-kernel": "~>1.0.0"
|
|
},
|
|
|
|
"configurations": [
|
|
{
|
|
"name": "library",
|
|
"targetType": "staticLibrary",
|
|
"versions": ["TanyaPhobos"]
|
|
},
|
|
{
|
|
"name": "dynamic",
|
|
"targetType": "dynamicLibrary",
|
|
"versions": ["TanyaPhobos"]
|
|
},
|
|
{
|
|
"name": "native",
|
|
"targetType": "library",
|
|
"platforms": ["linux-x86_64-gdc"],
|
|
"preBuildCommands": ["ninja -C arch"],
|
|
"lflags": ["arch/tanya.a"],
|
|
"versions": ["TanyaNative"]
|
|
}
|
|
],
|
|
|
|
"libs-windows": ["advapi32"],
|
|
"libs-windows-x86_mscoff": ["iphlpapi"],
|
|
"libs-windows-x86_64": ["iphlpapi"]
|
|
}
|