Skip to content

Commit

Permalink
Add library.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Nov 26, 2021
1 parent 28bf545 commit 06ffc8a
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"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"
]
}
}

0 comments on commit 06ffc8a

Please sign in to comment.