GY-63_MS5611/libraries/Soundex/library.json
2023-11-22 10:00:38 +01:00

24 lines
498 B
JSON

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