Add metadata file.

This commit is contained in:
Daniel James
2014-08-18 15:09:00 +01:00
parent 4a4c6e630e
commit 7448023a15

14
meta/libraries.json Normal file
View File

@ -0,0 +1,14 @@
{
"key": "predef",
"name": "Predef",
"authors": [
"Rene Rivera"
],
"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": [
"Miscellaneous"
],
"maintainers": [
"Rene Rivera <grafikrobot -at- gmail.com>"
]
}