Skip to content

Commit 62ae09c

Browse files
committed
Add metadata file.
1 parent 4e7aa97 commit 62ae09c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

meta/libraries.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"key": "property_tree",
3+
"name": "Property Tree",
4+
"authors": [
5+
"Marcin Kalicinski",
6+
"Sebastian Redl"
7+
],
8+
"description": "A tree data structure especially suited to storing configuration data.",
9+
"category": [
10+
"Containers",
11+
"Data"
12+
],
13+
"maintainers": [
14+
"Sebastian Redl <sebastian.redl -at- getdesigned.at>"
15+
]
16+
}

0 commit comments

Comments
 (0)