Merge pull request #20 from danieljames/metadata

Create metadata file.
This commit is contained in:
Peter Dimov
2015-01-25 20:30:52 +02:00

16
meta/libraries.json Normal file
View File

@ -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>"
]
}