tanya/os/dub.json

18 lines
259 B
JSON
Raw Normal View History

{
"name": "os",
"description": "Platform-independent interfaces to operating system functionality",
"targetType": "library",
"dependencies": {
"tanya:meta": "*"
},
"sourcePaths": [
"."
],
"importPaths": [
"."
2019-04-15 06:42:57 +02:00
],
2019-04-16 07:20:52 +02:00
"dflags-dmd": ["-dip1000"]
}