Make subpackages of os, sys and encoding

This commit is contained in:
2019-03-05 20:25:26 +01:00
parent 5b850d532e
commit b458c6a380
21 changed files with 59 additions and 20 deletions

9
os/dub.json Normal file
View File

@ -0,0 +1,9 @@
{
"name": "os",
"description": "Platform-independent interfaces to operating system functionality",
"targetType": "library",
"dependencies": {
"tanya:meta": "*"
}
}