diff --git a/meta/libraries.json b/meta/libraries.json new file mode 100644 index 0000000..9252319 --- /dev/null +++ b/meta/libraries.json @@ -0,0 +1,18 @@ +{ + "key": "function", + "name": "Function", + "authors": [ + "Doug Gregor" + ], + "description": "Function object wrappers for deferred calls or callbacks.", + "std": [ + "tr1" + ], + "category": [ + "Function-objects", + "Programming" + ], + "maintainers": [ + "Douglas Gregor " + ] +}