GY-63_MS5611/libraries/Soundex/library.json
2022-02-07 14:46:24 +01:00

24 lines
449 B
JSON

{
"name": "Soundex",
"keywords": "Soundex, hash",
"description": "Arduino Library for soundex.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Soundex.git"
},
"version": "0.1.2",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "Soundex.h"
}