Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"name": "List",
"version": "2.1.1",
"description": "The Ultimate Collection of Lists. This library extends the Arduino ecosystem with the functionality of several easy-to-use lists for numerous purposes.",
"keywords": [
"arduino",
"list",
"datatype",
"storage"
],
"homepage": "https://nkaaf.github.io/Arduino-List",
"repository": {
"type": "git",
"url": "https://github.com/nkaaf/Arduino-List"
},
"authors": {
"name": "Niklas Kaaf",
"email": "nkaaf@protonmail.com",
"url": "https://github.com/nkaaf",
"maintainer": true
},
"license": "LGPL-2.1-only",
"frameworks": "arduino",
"platforms": "*",
"headers": "List.hpp",
"examples": [
{
"name": "DifferenceMutableAndImmutable",
"base": "examples/List/DifferenceMutableAndImmutable",
"files": [
"DifferenceMutableAndImmutable.ino"
]
},
{
"name": "ManageElements",
"base": "examples/List/ManageElements",
"files": [
"ManageElements.ino"
]
}
{
"name": "UtilsAndHelper",
"base": "examples/List/UtilsAndHelper",
"files": [
"UtilsAndHelper.ino"
]
}
],
"export": {
"import": [
"examples/*",
"src/*",
"library.json",
"LICENSE"
]
}
}