Research portable Memory game | Исследовать портируемую игру Память
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
407B

  1. {
  2. "description": "C macros for hash tables and more",
  3. "keywords": [
  4. "array",
  5. "data",
  6. "hash",
  7. "list",
  8. "macro",
  9. "string",
  10. "structure",
  11. "uthash"
  12. ],
  13. "name": "uthash",
  14. "repo": "troydhanson/uthash",
  15. "src": [
  16. "src/utarray.h",
  17. "src/uthash.h",
  18. "src/utlist.h",
  19. "src/utringbuffer.h",
  20. "src/utstack.h",
  21. "src/utstring.h"
  22. ],
  23. "version": "2.3.0"
  24. }