mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-12 10:49:54 +03:00
21 lines
542 B
JSON
21 lines
542 B
JSON
{
|
|
"name": "MemoryPool",
|
|
"keywords": "memory",
|
|
"description": "A simple memory pool for fixed and variable sizes",
|
|
"authors":
|
|
{
|
|
"name": "Bert Melis",
|
|
"url": "https://github.com/bertmelis"
|
|
},
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/bertmelis/MemoryPool",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/bertmelis/MemoryPool.git"
|
|
},
|
|
"version": "0.1.0",
|
|
"frameworks": "*",
|
|
"platforms": "*",
|
|
"headers": ["MemoryPool.h"]
|
|
} |