libraries.json 348 B

12345678910111213141516
  1. {
  2. "key": "static_assert",
  3. "name": "Static Assert",
  4. "authors": [
  5. "John Maddock"
  6. ],
  7. "description": "Static assertions (compile time assertions).",
  8. "category": [
  9. "Correctness",
  10. "Generic",
  11. "Metaprogramming"
  12. ],
  13. "maintainers": [
  14. "John Maddock <john -at- johnmaddock.co.uk>"
  15. ]
  16. }