24 lines
468 B
JSON
Raw Normal View History

2022-02-06 16:08:32 +01:00
{
"name": "Soundex",
2023-02-02 19:16:24 +01:00
"keywords": "Soundex,hash,Soundex16,Soundex32",
2022-02-06 16:08:32 +01:00
"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"
},
2023-02-02 19:16:24 +01:00
"version": "0.1.4",
2022-02-06 16:08:32 +01:00
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "Soundex.h"
}