libraries.json 323 B

123456789101112131415
  1. {
  2. "key": "any",
  3. "name": "Any",
  4. "authors": [
  5. "Kevlin Henney"
  6. ],
  7. "description": "Safe, generic container for single values of different value types.",
  8. "std": [ "c++17" ],
  9. "category": [
  10. "Data"
  11. ],
  12. "maintainers": [
  13. "Antony Polukhin <antoshkka -at- gmail.com>"
  14. ]
  15. }