mirror of
https://github.com/peklaiho/madlisp.git
synced 2024-11-22 13:24:46 +00:00
23 lines
409 B
JSON
23 lines
409 B
JSON
{
|
|
"name": "maddy83/madlisp",
|
|
"description": "Lisp interpreter for the MadLisp language.",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Pekka Laiho",
|
|
"email": "pekka.i.laiho@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.4"
|
|
},
|
|
"require-dev": {
|
|
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MadLisp\\": "src/"
|
|
}
|
|
}
|
|
}
|