2016-12-17 14:53:18 -05:00
|
|
|
{
|
|
|
|
"name": "Fraction",
|
2020-11-27 05:16:22 -05:00
|
|
|
"keywords": "Fraction, quotient, math, nominator, denominator",
|
|
|
|
"description": "Arduino library to implement a Fraction datatype. Nominator and denominator are limited to 4 digits. Experimental.",
|
2016-12-18 04:48:17 -05:00
|
|
|
"authors":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Rob Tillaart",
|
|
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
|
|
"maintainer": true
|
|
|
|
}
|
|
|
|
],
|
2016-12-17 14:53:18 -05:00
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
2020-11-27 05:16:22 -05:00
|
|
|
"url": "https://github.com/RobTillaart/Fraction.git"
|
2016-12-17 14:53:18 -05:00
|
|
|
},
|
2024-04-24 09:50:43 -04:00
|
|
|
"version": "0.2.0",
|
2023-11-02 10:10:48 -04:00
|
|
|
"frameworks": "*",
|
2021-12-18 08:10:11 -05:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "fraction.h"
|
2016-12-17 14:53:18 -05:00
|
|
|
}
|