libraries.json 345 B

123456789101112131415161718
  1. {
  2. "key": "ratio",
  3. "name": "Ratio",
  4. "authors": [
  5. "Howard Hinnant",
  6. "Beman Dawes",
  7. "Vicente J. Botet Escriba"
  8. ],
  9. "maintainers": [
  10. "Vicente J. Botet Escriba <vicente.botet -at- wanadoo.fr>"
  11. ],
  12. "description":
  13. "Compile time rational arithmetic. C++11.",
  14. "std": [ "proposal" ],
  15. "category": [
  16. "Math"
  17. ]
  18. }