Merge pull request #1 from danieljames/metadata

Add metadata file
This commit is contained in:
Antony Polukhin
2014-06-09 11:50:03 +04:00

16
meta/libraries.json Normal file
View File

@@ -0,0 +1,16 @@
{
"key": "lexical_cast",
"name": "Lexical Cast",
"authors": [
"Kevlin Henney"
],
"description": "General literal text conversions, such as an int represented a string, or vice-versa, from Kevlin Henney.",
"documentation": "lexical_cast.htm",
"category": [
"Miscellaneous",
"String"
],
"maintainers": [
"Antony Polukhin <antoshkka -at- gmail.com>"
]
}