diff options
Diffstat (limited to 'src/boost/libs/heap/meta/libraries.json')
-rw-r--r-- | src/boost/libs/heap/meta/libraries.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/boost/libs/heap/meta/libraries.json b/src/boost/libs/heap/meta/libraries.json new file mode 100644 index 000000000..d6c6f8ad2 --- /dev/null +++ b/src/boost/libs/heap/meta/libraries.json @@ -0,0 +1,15 @@ +{ + "key": "heap", + "name": "Heap", + "authors": [ + "Tim Blechmann" + ], + "description": "Priority queue data structures.", + "category": [ + "Data" + ], + "maintainers": [ + "Tim Blechmann <tim -at- klingt.org>" + ], + "cxxstd": "03" +} |