forked from attermann/microStore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
34 lines (34 loc) · 673 Bytes
/
Copy pathlibrary.json
File metadata and controls
34 lines (34 loc) · 673 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "microStore",
"version": "0.1.7",
"description": "A high performance single-header embeddable persistent key-value store for constrained devices with indexing capabilities and time-based pruning.",
"keywords": [
"kv",
"database",
"bitcask",
"mcu",
"embedded",
"esp32",
"nrf52",
"native"
],
"repository": {
"type": "git",
"url": "https://github.com/attermann/microStore"
},
"authors": [
{
"name": "Chad Attermann",
"maintainer": true
}
],
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"build": {
"includeDir": "include",
"srcFilter": [
"-<*>"
]
}
}