forked from boostorg/static_assert
Add metadata file.
This commit is contained in:
16
meta/libraries.json
Normal file
16
meta/libraries.json
Normal 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>"
|
||||||
|
]
|
||||||
|
}
|
Reference in New Issue
Block a user