summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/lwrb/library.json
diff options
context:
space:
mode:
Diffstat (limited to 'fluent-bit/lib/lwrb/library.json')
-rw-r--r--fluent-bit/lib/lwrb/library.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/fluent-bit/lib/lwrb/library.json b/fluent-bit/lib/lwrb/library.json
new file mode 100644
index 000000000..b7f715d9b
--- /dev/null
+++ b/fluent-bit/lib/lwrb/library.json
@@ -0,0 +1,35 @@
+{
+ "name": "LwRB",
+ "version": "2.0.3",
+ "description": "Lightweight general purpose ring buffer with optimizations for embedded systems",
+ "keywords": "buffer, ring buffer, library, rb, cyclic",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/MaJerle/lwrb.git"
+ },
+ "authors": [
+ {
+ "name": "Tilen Majerle",
+ "email": "tilen@majerle.eu",
+ "url": "https://majerle.eu"
+ }
+ ],
+ "license": "MIT",
+ "homepage": "https://github.com/MaJerle/lwrb",
+ "dependencies": {
+
+ },
+ "frameworks": "*",
+ "platforms": "*",
+ "export": {
+ "exclude": [
+ ".github",
+ "dev",
+ "docs",
+ "**/.vs",
+ "**/Debug",
+ "build",
+ "**/build"
+ ]
+ }
+} \ No newline at end of file