libraries.json 335 B

1234567891011121314151617
  1. {
  2. "key": "array",
  3. "name": "Array",
  4. "authors": [
  5. "Nicolai Josuttis"
  6. ],
  7. "description": "STL compliant container wrapper for arrays of constant size.",
  8. "std": [
  9. "tr1"
  10. ],
  11. "category": [
  12. "Containers"
  13. ],
  14. "maintainers": [
  15. "Marshall Clow <marshall -at- idio.com>"
  16. ]
  17. }