Merge pull request #5 from danieljames/metadata

Create metadata file.
This commit is contained in:
Beman Dawes
2015-01-06 10:58:04 -05:00

11
meta/libraries.json Normal file
View File

@ -0,0 +1,11 @@
{
"key": "system",
"name": "System",
"authors": [
"Beman Dawes"
],
"description": "Operating system support, including the diagnostics support that will be part of the C++0x standard library.",
"category": [
"System"
]
}