diff options
Diffstat (limited to 'src/boost/libs/range/meta')
-rw-r--r-- | src/boost/libs/range/meta/libraries.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/boost/libs/range/meta/libraries.json b/src/boost/libs/range/meta/libraries.json new file mode 100644 index 000000000..9e2be2093 --- /dev/null +++ b/src/boost/libs/range/meta/libraries.json @@ -0,0 +1,16 @@ +{ + "key": "range", + "name": "Range", + "authors": [ + "Niel Groves", + "Thorsten Ottosen" + ], + "description": "A new infrastructure for generic algorithms that builds on top of the new iterator concepts.", + "category": [ + "Algorithms" + ], + "maintainers": [ + "Neil Groves <neilgroves -at- googlemail.com>", + "Nathan Ridge <zeratul976 -at- hotmail.com>" + ] +} |