diff options
| author | Shunsuke Shibayama <45118249+gmshiba@users.noreply.github.com> | 2018-11-18 06:15:04 +0900 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-11-17 21:15:04 +0000 |
| commit | e16ebf7bb8450fbf173e7afc1e3604b182157732 (patch) | |
| tree | 11940b0161dad4c1798b5df59c72ceafe4e79951 | |
| parent | e9dfc93c5e0a5ae2b6b37fca245d78114ba2f3b6 (diff) | |
| download | packages-e16ebf7bb8450fbf173e7afc1e3604b182157732.tar.gz packages-e16ebf7bb8450fbf173e7afc1e3604b182157732.zip | |
Add package replim (#931)
* Added package replim
* Update packages.json
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 4fbbb2f..ae32400 100644 --- a/packages.json +++ b/packages.json @@ -11489,5 +11489,18 @@ "description": "A nice and icy ZSH prompt in Nim", "license": "MIT", "web": "https://github.com/icyphox/nicy" + }, + { + "name": "replim", + "url": "https://github.com/gmshiba/replim", + "method": "git", + "tags": [ + "repl", + "binary", + "program" + ], + "description": "most quick REPL of nim", + "license": "MIT", + "web": "https://github.com/gmshiba/replim" } ] |
