2020-05-17 10:40:08 +02:00
|
|
|
{
|
|
|
|
"name": "Prandom",
|
2021-12-23 20:43:00 +01:00
|
|
|
"keywords": "random,normal,distribution",
|
2020-05-17 10:40:08 +02: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"
|
|
|
|
},
|
2022-11-22 14:03:23 +01:00
|
|
|
"version": "0.1.5",
|
2021-05-28 14:16:25 +02:00
|
|
|
"license": "MIT",
|
2020-05-17 10:40:08 +02:00
|
|
|
"frameworks": "arduino",
|
2021-12-23 20:43:00 +01:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "Prandom.h"
|
2020-05-17 10:40:08 +02:00
|
|
|
}
|