From 4fb261873e392a0ce68921dbb2b664ec14c04bae Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 18 Aug 2014 15:11:48 +0100 Subject: [PATCH] Add metadata file. --- meta/libraries.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta/libraries.json diff --git a/meta/libraries.json b/meta/libraries.json new file mode 100644 index 0000000..0d49822 --- /dev/null +++ b/meta/libraries.json @@ -0,0 +1,17 @@ +{ + "key": "tuple", + "name": "Tuple", + "authors": [ + "Jaakko Järvi" + ], + "description": "Ease definition of functions returning multiple values, and more.", + "std": [ + "tr1" + ], + "category": [ + "Data" + ], + "maintainers": [ + "Jaakko Jarvi " + ] +}