Skip to content

Commit a7362d5

Browse files
committed
Add library.json
1 parent c21ba2d commit a7362d5

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

library.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "LwRB",
3+
"version": "2.0.2",
4+
"description": "Lightweight general purpose ring buffer with optimizations for embedded systems",
5+
"keywords": "buffer, ring buffer, library, rb, cyclic",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/MaJerle/lwrb.git"
9+
},
10+
"authors": [
11+
{
12+
"name": "Tilen Majerle",
13+
"email": "[email protected]",
14+
"url": "https://majerle.eu"
15+
}
16+
],
17+
"license": "MIT",
18+
"homepage": "https://github.com/MaJerle/lwrb",
19+
"dependencies": {
20+
21+
},
22+
"frameworks": "*",
23+
"platforms": "*"
24+
}

0 commit comments

Comments
 (0)