diff options
| author | Göran Krampe <goran.krampe@gmail.com> | 2017-12-02 16:25:54 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-12-02 15:25:54 +0000 |
| commit | 468838782a4bda09a4ad21358a6eefdea75e3c1b (patch) | |
| tree | 8eed0e5e634627c6755ca4aeaac67b7836c3501f | |
| parent | 3e03043626cc20ce44628987bd9a436a68ef6388 (diff) | |
| download | packages-468838782a4bda09a4ad21358a6eefdea75e3c1b.tar.gz packages-468838782a4bda09a4ad21358a6eefdea75e3c1b.zip | |
Added package spryvm (#627)
| -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", |
