Merge pull request #864 from lee-b/master

Add nimrun package
This commit is contained in:
Dominik Picheta 2018-09-23 22:39:22 +01:00 committed by GitHub
commit 708ef0efaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,26 @@
[
{
"name": "nimrun",
"url": "https://github.com/lee-b/nimrun",
"method": "git",
"tags": [
"shebang",
"unix",
"linux",
"bsd",
"mac",
"shell",
"script",
"nimble",
"nimcr",
"compile",
"run",
"standalone"
],
"description": "Shebang frontend for running nim code as scripts. Does not require .nim extensions.",
"license": "MIT",
"web": "https://github.com/lee-b/nimrun"
},
{
"name": "sequtils2",
"url": "https://github.com/Michedev/sequtils2",