Merge pull request #16 from danieljames/metadata

Create metadata file.
This commit is contained in:
Rene Rivera
2014-08-18 09:19:09 -05:00

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