24 lines
485 B
JSON
Raw Normal View History

2022-01-27 12:18:16 +01:00
{
"name": "Adler",
2022-06-16 09:46:28 +02:00
"keywords": "Adler32, Adler16, checksum",
2023-10-16 15:48:37 +02:00
"description": "Arduino Library for calculating Adler-32 and Adler-16 checksum.",
2022-01-27 12:18:16 +01:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Adler.git"
},
2023-10-16 15:48:37 +02:00
"version": "0.2.4",
2022-01-27 12:18:16 +01:00
"license": "MIT",
2023-10-16 15:48:37 +02:00
"frameworks": "*",
2022-01-27 12:18:16 +01:00
"platforms": "*",
"headers": "Adler.h"
}