mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-02-15 07:03:09 -05:00
16 lines
287 B
JSON
Executable File
16 lines
287 B
JSON
Executable File
{
|
|
"key": "rational",
|
|
"name": "Rational",
|
|
"authors": [
|
|
"Paul Moore"
|
|
],
|
|
"description": "A rational number class.",
|
|
"category": [
|
|
"Math"
|
|
],
|
|
"maintainers": [
|
|
"Jonathan Turkanis <turkanis -at- coderage.com>"
|
|
],
|
|
"cxxstd": "03"
|
|
}
|