1
1
mirror of https://github.com/kanaka/mal.git synced 2024-08-17 17:50:24 +03:00
mal/impls/miniMAL/package.json
Joel Martin 6bf89ea118 miniMAL: update to miniMAL-1.2.2
- Update to ubuntu 24.04 Dockerfile and add labels.
- update to working version of ffi-napi
- Remove from miniMAL-core.json the things that overlap with the builtin
  core functionality that miniMAL now provides in 1.2.2.
- Update ARGS variable to argv to align with how 1.2.2 now does command
  line parameters.
2024-08-03 11:06:43 -05:00

10 lines
216 B
JSON

{
"name": "mal-miniMAL",
"version": "0.0.1",
"description": "Make a Lisp (mal) language implemented in miniMAL",
"dependencies": {
"minimal-lisp": "1.0.2",
"ffi-napi": "4.0.3"
}
}