libraries.json 371 B

1234567891011121314
  1. {
  2. "key": "local_function",
  3. "name": "Local Function",
  4. "authors": [
  5. "Lorenzo Caminiti"
  6. ],
  7. "description": "Program functions locally, within other functions, directly within the scope where they are needed.",
  8. "category": [
  9. "Function-objects"
  10. ],
  11. "maintainers": [
  12. "Lorenzo Caminiti <lorcaminiti -at- gmail.com>"
  13. ]
  14. }