diff options
Diffstat (limited to 'src/boost/libs/predef/meta/libraries.json')
-rw-r--r-- | src/boost/libs/predef/meta/libraries.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/boost/libs/predef/meta/libraries.json b/src/boost/libs/predef/meta/libraries.json new file mode 100644 index 000000000..cc3df579b --- /dev/null +++ b/src/boost/libs/predef/meta/libraries.json @@ -0,0 +1,15 @@ +{ + "key": "predef", + "name": "Predef", + "authors": [ + "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.", + "category": [ + "Miscellaneous" + ], + "maintainers": [ + "René Ferdinand Rivera Morell <grafikrobot -at- gmail.com>" + ], + "cxxstd": "98" +} |