Add metadata file.

This commit is contained in:
Daniel James
2014-08-18 15:11:59 +01:00
parent 2131823bc2
commit d11a87472a

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