libraries.json 378 B

123456789101112131415161718
  1. {
  2. "key": "type_traits",
  3. "name": "Type Traits",
  4. "authors": [
  5. "John Maddock, Steve Cleary, et al"
  6. ],
  7. "description": "Templates for fundamental properties of types.",
  8. "std": [
  9. "tr1"
  10. ],
  11. "category": [
  12. "Generic",
  13. "Metaprogramming"
  14. ],
  15. "maintainers": [
  16. "John Maddock <john -at- johnmaddock.co.uk>"
  17. ]
  18. }