Merge pull request #1 from danieljames/metadata

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

16
meta/libraries.json Normal file
View File

@ -0,0 +1,16 @@
{
"key": "static_assert",
"name": "Static Assert",
"authors": [
"John Maddock"
],
"description": "Static assertions (compile time assertions).",
"category": [
"Correctness",
"Generic",
"Metaprogramming"
],
"maintainers": [
"John Maddock <john -at- johnmaddock.co.uk>"
]
}