dub.json 169 B

123456789
  1. {
  2. "authors": [
  3. "mio"
  4. ],
  5. "copyright": "Copyright © 2024, mio",
  6. "description": "Compile C code into a library for use with dub",
  7. "license": "MIT",
  8. "name": "pcc"
  9. }