libraries.json 401 B

12345678910111213141516171819
  1. [
  2. {
  3. "key": "thread",
  4. "name": "Thread",
  5. "authors": [
  6. "Anthony Williams",
  7. "Vicente J. Botet Escriba"
  8. ],
  9. "maintainers": [
  10. "Vicente J. Botet Escriba <vicente.botet -at- wanadoo.fr>"
  11. ],
  12. "description":
  13. "Portable C++ multi-threading. C++03, C++11, C++14, C++17.",
  14. "std": [ "proposal" ],
  15. "category": [
  16. "Concurrent", "System"
  17. ]
  18. }
  19. ]