libraries.json 383 B

12345678910111213141516
  1. {
  2. "key": "property_tree",
  3. "name": "Property Tree",
  4. "authors": [
  5. "Marcin Kalicinski",
  6. "Sebastian Redl"
  7. ],
  8. "description": "A tree data structure especially suited to storing configuration data.",
  9. "category": [
  10. "Containers",
  11. "Data"
  12. ],
  13. "maintainers": [
  14. "Sebastian Redl <sebastian.redl -at- getdesigned.at>"
  15. ]
  16. }