libraries.json 422 B

123456789101112131415161718
  1. {
  2. "key": "atomic",
  3. "name": "Atomic",
  4. "authors": [
  5. "Helge Bahmann",
  6. "Tim Blechmann",
  7. "Andrey Semashev"
  8. ],
  9. "description": "C++11-style atomic<>.",
  10. "category": [
  11. "Concurrent"
  12. ],
  13. "maintainers": [
  14. "Helge Bahmann <hcb -at- chaoticmind.net>",
  15. "Tim Blechmann <tim -at- klingt.org>",
  16. "Andrey Semashev <andrey.semashev -at- gmail.com>"
  17. ]
  18. }