libraries.json 685 B

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