27 lines
588 B
JSON
27 lines
588 B
JSON
{
|
|
"name": "ucLISP",
|
|
"version": "0.1.0",
|
|
"description": "A toy LISP implementation for microcontrollers",
|
|
"keywords": "lisp, language, scripting, garbage collector",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://gitlab.maxregan.me/max/uclisp.git"
|
|
},
|
|
"authors":
|
|
[
|
|
{
|
|
"name": "Max Regan",
|
|
"email": "mgregan2@gmail.com",
|
|
"url": "https://www.gitlab.maxregan.me/max",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"homepage": "https://gitlab.maxregan.me/max/uclisp",
|
|
"dependencies": {
|
|
},
|
|
"frameworks": "*",
|
|
"platforms": "*"
|
|
}
|