24 lines
507 B
JSON
Raw Normal View History

2018-01-28 15:34:55 +01:00
{
"name": "Troolean",
"keywords": "Troolean,numbers",
2020-11-27 11:33:55 +01:00
"description": "Arduino Library for a three state logic datatype supporting {true false unknown}",
2018-01-28 15:34:55 +01:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
2020-11-27 11:33:55 +01:00
"url": "https://github.com/RobTillaart/Troolean.git"
2018-01-28 15:34:55 +01:00
},
2021-12-29 13:05:17 +01:00
"version": "0.1.5",
2021-05-28 14:16:25 +02:00
"license": "MIT",
2018-01-28 15:34:55 +01:00
"frameworks": "arduino",
2021-12-29 13:05:17 +01:00
"platforms": "*",
"headers": "Troolean.h"
2018-01-28 15:34:55 +01:00
}