diff --git a/meta/libraries.json b/meta/libraries.json new file mode 100644 index 0000000..8446b76 --- /dev/null +++ b/meta/libraries.json @@ -0,0 +1,16 @@ +{ + "key": "property_map_parallel", + "name": "Property Map (Parallel)", + "authors": [ + "Jeremy Siek" + ], + "description": "Parallel extensions to Property Map for use with Parallel Graph.", + "category": [ + "Containers", + "Generic" + ], + "maintainers": [ + "Douglas Gregor " + ], + "cxxstd": "03" +}