summaryrefslogtreecommitdiff
path: root/libs/function_types
diff options
context:
space:
mode:
Diffstat (limited to 'libs/function_types')
-rw-r--r--libs/function_types/meta/libraries.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/libs/function_types/meta/libraries.json b/libs/function_types/meta/libraries.json
new file mode 100644
index 000000000..44b499eae
--- /dev/null
+++ b/libs/function_types/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 <tschwinger -at- isonews2.com>"
+ ]
+}