18 lines
259 B
JSON
18 lines
259 B
JSON
{
|
|
"name": "os",
|
|
"description": "Platform-independent interfaces to operating system functionality",
|
|
"targetType": "library",
|
|
|
|
"dependencies": {
|
|
"tanya:meta": "*"
|
|
},
|
|
|
|
"sourcePaths": [
|
|
"."
|
|
],
|
|
"importPaths": [
|
|
"."
|
|
],
|
|
"dflags-dmd": ["-dip1000"]
|
|
}
|