diff --git a/meta/libraries.json b/meta/libraries.json new file mode 100644 index 0000000..8d5f72f --- /dev/null +++ b/meta/libraries.json @@ -0,0 +1,14 @@ +{ + "key": "local_function", + "name": "Local Function", + "authors": [ + "Lorenzo Caminiti" + ], + "description": "Program functions locally, within other functions, directly within the scope where they are needed.", + "category": [ + "Function-objects" + ], + "maintainers": [ + "Lorenzo Caminiti " + ] +}