summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/lwrb/library.json
blob: b7f715d9b6d660a292b5faadcf5648626dbc66a5 (plain)
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
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"
		]
	}
}