diff --git a/meta/libraries.json b/meta/libraries.json new file mode 100644 index 0000000..44b499e --- /dev/null +++ b/meta/libraries.json @@ -0,0 +1,15 @@ +{ + "key": "function_types", + "name": "Function Types", + "authors": [ + "Tobias Schwinger" + ], + "description": "Boost.FunctionTypes provides functionality to classify, decompose and synthesize function, function pointer, function reference and pointer to member types.", + "category": [ + "Generic", + "Metaprogramming" + ], + "maintainers": [ + "Tobias Schwinger " + ] +}