Merge pull request #6 from danieljames/metadata

Create metadata file.
This commit is contained in:
jzmaddock
2014-08-18 17:38:07 +01:00

18
meta/libraries.json Normal file
View File

@@ -0,0 +1,18 @@
{
"key": "type_traits",
"name": "Type Traits",
"authors": [
"John Maddock, Steve Cleary, et al"
],
"description": "Templates for fundamental properties of types.",
"std": [
"tr1"
],
"category": [
"Generic",
"Metaprogramming"
],
"maintainers": [
"John Maddock <john -at- johnmaddock.co.uk>"
]
}