22 lines
526 B
JSON
Raw Normal View History

2016-12-17 20:53:18 +01:00
{
"name": "Fraction",
2020-11-27 11:16:22 +01: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 10:48:17 +01:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
2016-12-17 20:53:18 +01:00
"repository":
{
"type": "git",
2020-11-27 11:16:22 +01:00
"url": "https://github.com/RobTillaart/Fraction.git"
2016-12-17 20:53:18 +01:00
},
2020-11-27 11:16:22 +01:00
"version":"0.1.10",
2016-12-17 20:53:18 +01:00
"frameworks": "arduino",
2020-11-27 11:16:22 +01:00
"platforms": "*"
2016-12-17 20:53:18 +01:00
}