mirror of
https://github.com/MaJerle/lwmem.git
synced 2025-01-13 21:42:53 +08:00
36 lines
939 B
JSON
36 lines
939 B
JSON
{
|
|
"name": "LwMEM",
|
|
"version": "2.2.1",
|
|
"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": [
|
|
".github",
|
|
"dev",
|
|
"docs",
|
|
"**/.vs",
|
|
"**/Debug",
|
|
"build",
|
|
"**/build"
|
|
]
|
|
},
|
|
"build": {
|
|
"includeDir": "lwmem/src/include"
|
|
}
|
|
} |