From 222884c4f77e324bfb7246f94c1153c432c2e321 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 18 Aug 2014 14:59:16 +0100 Subject: [PATCH] Add metadata file. --- meta/libraries.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta/libraries.json 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 " + ] +}