lwmem/library.json
2021-11-26 13:29:45 +01:00

32 lines
709 B
JSON

{
"name": "LwMEM",
"version": "1.5.3",
"description": "Lightweight dynamic memory manager optimized for embedded systems",
"keywords": "lwmem, memory, dynamic, heap, malloc, calloc, realloc, free, lightweight, manager, embedded, stm32, win32",
"repository": {
"type": "git",
"url": "https://github.com/MaJerle/lwmem.git"
},
"authors": [
{
"name": "Tilen Majerle",
"email": "tilen@majerle.eu",
"url": "https://majerle.eu"
}
],
"license": "MIT",
"homepage": "https://github.com/MaJerle/lwmem",
"dependencies": {
},
"frameworks": "*",
"platforms": "*",
"export": {
"exclude": [
"docs",
"**/.vs",
"**/Debug",
"third_party/embedded-libs/st_hal/CMSIS/Lib/ARM"
]
}
}