aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Glukhov <yglukhov@users.noreply.github.com>2015-05-05 22:54:30 +0300
committerYuriy Glukhov <yglukhov@users.noreply.github.com>2015-05-05 22:54:30 +0300
commit0e9e1d94fb9eb31701e62c93afc54fc3dc55f2c4 (patch)
treeb4b07657b5dceed8bca668507968a1368ef03757
parentb4d3156a4311fa769faa4316d4ce91df94015b2d (diff)
downloadpackages-0e9e1d94fb9eb31701e62c93afc54fc3dc55f2c4.tar.gz
packages-0e9e1d94fb9eb31701e62c93afc54fc3dc55f2c4.zip
Update packages.json
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 43d0748..c6b7ef5 100644
--- a/packages.json
+++ b/packages.json
@@ -1398,5 +1398,14 @@
"description": "Raw system calls for Nim",
"license": "MPL",
"web": "https://github.com/def-/nim-syscall"
+ },
+ {
+ "name": "jnim",
+ "url": "https://github.com/yglukhov/jnim",
+ "method": "git",
+ "tags": ["library", "java", "jvm", "bridge", "bindings"],
+ "description": "Nim - Java bridge",
+ "license": "MIT",
+ "web": "https://github.com/yglukhov/jnim"
}
]