Add meta/libraries.json

This commit is contained in:
Peter Dimov
2021-05-29 19:29:10 +03:00
parent 1437495f05
commit 5a00dd999b

16
meta/libraries.json Normal file
View File

@@ -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 <dgregor -at- cs.indiana.edu>"
],
"cxxstd": "03"
}