27 lines
522 B
JSON
Raw Normal View History

2022-01-26 10:24:06 +01:00
{
"name": "Fletcher",
"keywords": "fletcher, checksum",
"description": "Arduino Library for calculating Fletcher's checksum.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
2022-09-13 16:31:43 +02:00
},
{
"name": "Daniel Mohr"
2022-01-26 10:24:06 +01:00
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Fletcher.git"
},
2022-11-07 14:21:36 +01:00
"version": "0.1.7",
2022-01-26 10:24:06 +01:00
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "Fletcher.h"
}