dub.json 349 B

1234567891011121314151617
  1. {
  2. "name": "htest",
  3. "description": "A simple handy-httpd server application.",
  4. "targetName": "htest",
  5. "dflags": ["-w", "-O"],
  6. "targetType": "executable",
  7. "dependencies": {
  8. "handy-httpd": "~>8.7.0"
  9. },
  10. "libs": [],
  11. "lflags": [],
  12. "license": "proprietary",
  13. "copyright": "Copyright © 2025, 221V",
  14. "authors": [ "221V" ]
  15. }