2020-11-27 11:28:57 +01:00

22 lines
461 B
JSON

{
"name": "Prandom",
"keywords": "random normal distribution",
"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"
},
"version":"0.1.2",
"frameworks": "arduino",
"platforms": "*"
}