libraries.json 649 B

12345678910111213141516171819202122232425
  1. [
  2. {
  3. "key": "geometry",
  4. "boost-version": "1.47.0",
  5. "name": "Geometry",
  6. "authors": [
  7. "Barend Gehrels",
  8. "Bruno Lalande",
  9. "Mateusz Loskot",
  10. "Adam Wulkiewicz",
  11. "Menelaos Karavelas"
  12. ],
  13. "maintainers": [
  14. "Barend Gehrels <barend -at- xs4all.nl>",
  15. "Bruno Lalande <bruno.lalande -at- gmail.com>",
  16. "Mateusz Loskot <mateusz -at- loskot.net>",
  17. "Adam Wulkiewicz <adam.wulkiewicz -at- gmail.com>"
  18. ],
  19. "description":
  20. "The Boost.Geometry library provides geometric algorithms, primitives and spatial index.",
  21. "category": [
  22. "Algorithms", "Data", "Math"
  23. ]
  24. }
  25. ]