Merge pull request #679 from AndreiRegiani/master

Added package INim
This commit is contained in:
Dominik Picheta 2018-03-14 13:23:51 +00:00 committed by GitHub
commit a8af259b00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8667,5 +8667,18 @@
"description": "Nim Game Library", "description": "Nim Game Library",
"license": "MIT", "license": "MIT",
"web": "https://github.com/cavariux/nimgl" "web": "https://github.com/cavariux/nimgl"
},
{
"name": "inim",
"url": "https://github.com/AndreiRegiani/INim",
"method": "git",
"tags": [
"repl",
"playground",
"shell"
],
"description": "Interactive Nim Shell",
"license": "MIT",
"web": "https://github.com/AndreiRegiani/INim"
} }
] ]