blob: 9f7099df55144fd864f2b74eff63062ea10ae49e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"name": "sys",
"description": "Low-level operating system bindings and definitions",
"targetType": "library",
"sourcePaths": [
"."
],
"importPaths": [
"."
],
"dflags-dmd": ["-dip1000"]
}
|