You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
525 B
JSON
19 lines
525 B
JSON
{
|
|
"name": "ArxContainer",
|
|
"keywords": "ringbuffer, vector, deque, map",
|
|
"description": "C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/hideakitai/ArxContainer.git"
|
|
},
|
|
"authors": {
|
|
"name": "Hideaki Tai",
|
|
"url": "https://github.com/hideakitai",
|
|
"maintainer": true
|
|
},
|
|
"version": "0.3.10",
|
|
"license": "MIT",
|
|
"frameworks": "arduino",
|
|
"platforms": "*"
|
|
}
|