mirror of
https://github.com/kanaka/mal.git
synced 2024-11-09 18:06:35 +03:00
10 lines
211 B
JSON
10 lines
211 B
JSON
{
|
|
"name": "mal-miniMAL",
|
|
"version": "0.0.1",
|
|
"description": "Make a Lisp (mal) language implemented in miniMAL",
|
|
"dependencies": {
|
|
"minimal-lisp": "0.0.6",
|
|
"ffi": "1.3.x"
|
|
}
|
|
}
|