Update meta info with name and cxxstd.

This commit is contained in:
Rene Rivera
2021-01-02 07:22:57 -06:00
parent 9c46a94ae5
commit 095faae58d

View File

@ -2,13 +2,14 @@
"key": "predef", "key": "predef",
"name": "Predef", "name": "Predef",
"authors": [ "authors": [
"Rene Rivera" "René Ferdinand Rivera Morell"
], ],
"description": "This library defines a set of compiler, architecture, operating system, library, and other version numbers from the information it can gather of C, C++, Objective C, and Objective C++ predefined macros or those defined in generally available headers.", "description": "This library defines a set of compiler, architecture, operating system, library, and other version numbers from the information it can gather of C, C++, Objective C, and Objective C++ predefined macros or those defined in generally available headers.",
"category": [ "category": [
"Miscellaneous" "Miscellaneous"
], ],
"maintainers": [ "maintainers": [
"Rene Rivera <grafikrobot -at- gmail.com>" "René Ferdinand Rivera Morell <grafikrobot -at- gmail.com>"
] ],
"cxxstd": "98"
} }