From ecf547cbef7bd6d18cc7b4f83914e6528bb8f8d0 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 18 Aug 2014 15:00:27 +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..11e3f9b --- /dev/null +++ b/meta/libraries.json @@ -0,0 +1,15 @@ +{ + "key": "lambda", + "name": "Lambda", + "authors": [ + "Jaakko Järvi", + "Gary Powell" + ], + "description": "Define small unnamed function objects at the actual call site, and more.", + "category": [ + "Function-objects" + ], + "maintainers": [ + "Jaakko Jarvi " + ] +}