2016-12-17 20:53:18 +01:00
|
|
|
{
|
|
|
|
"name": "Avrheap",
|
2018-01-09 00:11:37 +01:00
|
|
|
"keywords": "heap,dump,walk,free,list,debug,analyze",
|
2020-11-27 11:10:47 +01:00
|
|
|
"description": "Library to runtime analyze the structure of the heap (AVR328).\n Note:not a beginners library",
|
2016-12-18 10:48:17 +01:00
|
|
|
"authors":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Rob Tillaart",
|
|
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
|
|
"maintainer": true
|
|
|
|
}
|
|
|
|
],
|
2016-12-17 20:53:18 +01:00
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
2020-11-27 11:10:47 +01:00
|
|
|
"url": "https://github.com/RobTillaart/avrheap.git"
|
2016-12-17 20:53:18 +01:00
|
|
|
},
|
2021-12-13 21:05:26 +01:00
|
|
|
"version": "0.2.5",
|
2021-05-28 13:20:16 +02:00
|
|
|
"license": "MIT",
|
2016-12-17 20:53:18 +01:00
|
|
|
"frameworks": "arduino",
|
2021-12-13 21:05:26 +01:00
|
|
|
"platforms": "avr",
|
|
|
|
"headers": "avrheap.h"
|
2016-12-17 20:53:18 +01:00
|
|
|
}
|