aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-01-31 12:09:45 +0000
committerGitHub <noreply@github.com>2018-01-31 12:09:45 +0000
commit676f90e93959c1dadd35defeb8f681b67a75de11 (patch)
tree93156185b9355f2bf3dc09c99c2f42b0fd603141
parent1671d88087730a8509a90ebd109a41dc644cdea1 (diff)
parent9a5b9af5382c9890de1953ea37f21be1a3d92a2b (diff)
downloadpackages-676f90e93959c1dadd35defeb8f681b67a75de11.tar.gz
packages-676f90e93959c1dadd35defeb8f681b67a75de11.zip
Merge pull request #649 from yglukhov/patch-8
Added nimpy
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index ff89835..548f619 100644
--- a/packages.json
+++ b/packages.json
@@ -8078,5 +8078,17 @@
"description": "Grafana module for Nim",
"license": "GPL",
"web": "https://github.com/jamesalbert/grafanim"
+ },
+ {
+ "name": "nimpy",
+ "url": "https://github.com/yglukhov/nimpy",
+ "method": "git",
+ "tags": [
+ "python",
+ "bridge"
+ ],
+ "description": "Nim - Python bridge",
+ "license": "MIT",
+ "web": "https://github.com/yglukhov/nimpy"
}
]