1234567891011121314151617 |
- {
- "name": "htest",
- "description": "A simple handy-httpd server application.",
-
- "targetName": "htest",
- "dflags": ["-w", "-O"],
- "targetType": "executable",
- "dependencies": {
- "handy-httpd": "~>8.7.0"
- },
- "libs": [],
- "lflags": [],
-
- "license": "proprietary",
- "copyright": "Copyright © 2025, 221V",
- "authors": [ "221V" ]
- }
|