diff options
Diffstat (limited to 'src/boost/libs/property_tree/meta')
-rw-r--r-- | src/boost/libs/property_tree/meta/libraries.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/boost/libs/property_tree/meta/libraries.json b/src/boost/libs/property_tree/meta/libraries.json new file mode 100644 index 00000000..025c0439 --- /dev/null +++ b/src/boost/libs/property_tree/meta/libraries.json @@ -0,0 +1,16 @@ +{ + "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": [ + "Sebastian Redl <sebastian.redl -at- getdesigned.at>" + ] +} |