23 lines
548 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
},
2023-11-02 15:10:48 +01:00
"version": "0.1.16",
"frameworks": "*",
2021-12-18 14:10:11 +01:00
"platforms": "*",
"headers": "fraction.h"
2016-12-17 20:53:18 +01:00
}