2020-05-17 04:40:08 -04:00
|
|
|
{
|
|
|
|
"name": "Prandom",
|
2021-12-23 14:43:00 -05:00
|
|
|
"keywords": "random,normal,distribution",
|
2020-05-17 04:40:08 -04:00
|
|
|
"description": "Arduino library for random number generation with Python random interface.",
|
|
|
|
"authors":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Rob Tillaart",
|
|
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
|
|
"maintainer": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/RobTillaart/Prandom.git"
|
|
|
|
},
|
2021-12-23 14:43:00 -05:00
|
|
|
"version": "0.1.4",
|
2021-05-28 08:16:25 -04:00
|
|
|
"license": "MIT",
|
2020-05-17 04:40:08 -04:00
|
|
|
"frameworks": "arduino",
|
2021-12-23 14:43:00 -05:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "Prandom.h"
|
2020-05-17 04:40:08 -04:00
|
|
|
}
|