GY-63_MS5611/libraries/IEEE754tools/library.json
2024-01-08 18:12:12 +01:00

24 lines
491 B
JSON

{
"name": "IEEE754tools",
"keywords": "IEEE,754,float,double,algorithms",
"description": "Fast helper functions for IEEE 754 floats.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/IEEE754tools.git"
},
"version": "0.2.6",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "IEEE754tools.h"
}