boost_property_tree 0.1.0

Boost C++ library boost_property_tree packaged using Zanbil
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "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"
}