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