24 lines
498 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",
2023-11-22 10:00:38 +01:00
"description": "Arduino Library for soundex.\nExperimental Soundex16, Soundex32.",
2022-02-06 16:08:32 +01:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Soundex.git"
},
2023-11-22 10:00:38 +01:00
"version": "0.1.5",
2022-02-06 16:08:32 +01:00
"license": "MIT",
2023-11-22 10:00:38 +01:00
"frameworks": "*",
2022-02-06 16:08:32 +01:00
"platforms": "*",
"headers": "Soundex.h"
}