aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGöran Krampe <goran.krampe@evothings.com>2016-04-13 11:17:00 +0200
committerGöran Krampe <goran.krampe@evothings.com>2016-04-13 11:17:00 +0200
commitdc0d81cc2ca8033a03469d27bca90772c6e7d591 (patch)
tree4ef2dc4aeeb5e8b48bfc9ac9d308260f5e6fc5ba
parent1fb2c56352f4e83f641a183defd9fc3666262344 (diff)
downloadpackages-dc0d81cc2ca8033a03469d27bca90772c6e7d591.tar.gz
packages-dc0d81cc2ca8033a03469d27bca90772c6e7d591.zip
Added sophia and renamed ni to spry
-rw-r--r--packages.json21
1 files changed, 17 insertions, 4 deletions
diff --git a/packages.json b/packages.json
index 3543124..eade614 100644
--- a/packages.json
+++ b/packages.json
@@ -3384,17 +3384,17 @@
"web": "https://github.com/Senketsu/nim-db-ex"
},
{
- "name": "ni",
- "url": "git://github.com/gokr/ni/",
+ "name": "spry",
+ "url": "git://github.com/gokr/spry",
"method": "git",
"tags": [
"language",
"library",
"scripting"
],
- "description": "A Rebol-ish language implemented as an AST interpreter",
+ "description": "A Smalltalk and Rebol inspired language implemented as an AST interpreter",
"license": "MIT",
- "web": "https://github.com/gokr/ni"
+ "web": "https://github.com/gokr/spry"
},
{
"name": "nimBMP",
@@ -4559,5 +4559,18 @@
"description": "OpenBSDs pledge(2) for Nim.",
"license": "BSD",
"web": "https://github.com/euantorano/pledge.nim"
+ },
+ {
+ "name": "sophia",
+ "url": "git://github.com/gokr/nim-sophia",
+ "method": "git",
+ "tags": [
+ "library",
+ "wrapper",
+ "database"
+ ],
+ "description": "Nim wrapper of the Sophia key/value store",
+ "license": "MIT",
+ "web": "https://github.com/gokr/nim-sophia"
}
]