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 " + ] +}