2
0
mirror of https://github.com/boostorg/ratio.git synced 2026-02-23 16:02:12 +00:00
Files
ratio/meta/libraries.json
Vicente J. Botet Escriba 8444a67278 Added meta/libraries.json.
2014-06-09 14:10:01 +02:00

19 lines
344 B
JSON

{
"key": "ratio",
"name": "Ratio",
"authors": [
"Howard Hinnant",
"Beman Dawes"
"Vicente J. Botet Escriba"
],
"maintainers": [
"Vicente J. Botet Escriba <vicente.botet -at- wanadoo.fr>"
],
"description":
"Compile time rational arithmetic. C++11.",
"std": [ "proposal" ],
"category": [
"Math"
]
}