|
@@ -0,0 +1,15 @@
|
|
|
|
+{
|
|
|
|
+ "authors": [
|
|
|
|
+ "221V"
|
|
|
|
+ ],
|
|
|
|
+ "copyright": "Copyright © 2025, 221V",
|
|
|
|
+ "description": "dopp = DEF compiler / D preprocessor",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "name": "dopp",
|
|
|
|
+ "mainSourceFile": "source/app.d",
|
|
|
|
+ "sourceFiles": ["source/app.d"],
|
|
|
|
+ "targetName": "dopp",
|
|
|
|
+ "targetType": "executable",
|
|
|
|
+ "dflags": ["-w", "-O", "-static"],
|
|
|
|
+ "dependencies": {}
|
|
|
|
+}
|