libraries.json 409 B

123456789101112131415
  1. {
  2. "key": "filesystem",
  3. "name": "Filesystem",
  4. "authors": [
  5. "Beman Dawes"
  6. ],
  7. "description": "The Boost Filesystem Library provides portable facilities to query and manipulate paths, files, and directories.",
  8. "category": [
  9. "System"
  10. ],
  11. "maintainers": [
  12. "Beman Dawes <bdawes -at- acm.org>",
  13. "Andrey Semashev <andrey.semashev -at- gmail.com>"
  14. ]
  15. }