summaryrefslogtreecommitdiff
path: root/os/dub.json
diff options
context:
space:
mode:
Diffstat (limited to 'os/dub.json')
-rw-r--r--os/dub.json17
1 files changed, 0 insertions, 17 deletions
diff --git a/os/dub.json b/os/dub.json
deleted file mode 100644
index 18fe17a..0000000
--- a/os/dub.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "os",
- "description": "Platform-independent interfaces to operating system functionality",
- "targetType": "library",
-
- "dependencies": {
- "tanya:meta": "*"
- },
-
- "sourcePaths": [
- "."
- ],
- "importPaths": [
- "."
- ],
- "dflags-dmd": ["-dip1000"]
-}