Add metadata file.

This commit is contained in:
Daniel James
2014-08-18 15:00:33 +01:00
parent 6d29941e50
commit f7faac9dc9

14
meta/libraries.json Normal file
View File

@@ -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 <lorcaminiti -at- gmail.com>"
]
}