mirror of
https://github.com/boostorg/property_tree.git
synced 2026-01-21 05:02:16 +00:00
18 lines
387 B
JSON
18 lines
387 B
JSON
{
|
|
"key": "property_tree",
|
|
"name": "Property Tree",
|
|
"authors": [
|
|
"Marcin Kalicinski",
|
|
"Sebastian Redl"
|
|
],
|
|
"description": "A tree data structure especially suited to storing configuration data.",
|
|
"category": [
|
|
"Containers",
|
|
"Data"
|
|
],
|
|
"maintainers": [
|
|
"Richard Hodges <hodges.r@gmail.com>"
|
|
],
|
|
"cxxstd": "11"
|
|
}
|