diff options
| author | Eugen Wissner <belka@caraus.de> | 2019-03-05 20:25:26 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2019-03-05 20:47:02 +0100 |
| commit | b458c6a38097d6165edf52f84176a5178d053ac9 (patch) | |
| tree | 9ce8863424365499b73342eb11deaace970bc321 /os/dub.json | |
| parent | 5b850d532edebf83d8988ff413cbd2a988011630 (diff) | |
| download | tanya-b458c6a38097d6165edf52f84176a5178d053ac9.tar.gz | |
Make subpackages of os, sys and encoding
Diffstat (limited to 'os/dub.json')
| -rw-r--r-- | os/dub.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/os/dub.json b/os/dub.json new file mode 100644 index 0000000..87df29d --- /dev/null +++ b/os/dub.json @@ -0,0 +1,9 @@ +{ + "name": "os", + "description": "Platform-independent interfaces to operating system functionality", + "targetType": "library", + + "dependencies": { + "tanya:meta": "*" + } +} |
