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