diff options
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 7f1a2cc..ebbc8aa 100644 --- a/packages.json +++ b/packages.json @@ -7764,6 +7764,19 @@ "web": "https://github.com/tormund/os_files" }, { + "name": "spryvm", + "url": "https://github.com/gokr/spryvm", + "method": "git", + "tags": [ + "interpreter", + "language", + "spry" + ], + "description": "Homoiconic dynamic language interpreter in Nim", + "license": "MIT", + "web": "https://github.com/gokr/spryvm" + }, + { "name": "netpbm", "url": "https://github.com/barcharcraz/nim-netpbm", "method": "git", |
