Added sophia and renamed ni to spry

This commit is contained in:
Göran Krampe 2016-04-13 11:17:00 +02:00
parent 1fb2c56352
commit dc0d81cc2c

View File

@ -3384,17 +3384,17 @@
"web": "https://github.com/Senketsu/nim-db-ex" "web": "https://github.com/Senketsu/nim-db-ex"
}, },
{ {
"name": "ni", "name": "spry",
"url": "git://github.com/gokr/ni/", "url": "git://github.com/gokr/spry",
"method": "git", "method": "git",
"tags": [ "tags": [
"language", "language",
"library", "library",
"scripting" "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", "license": "MIT",
"web": "https://github.com/gokr/ni" "web": "https://github.com/gokr/spry"
}, },
{ {
"name": "nimBMP", "name": "nimBMP",
@ -4559,5 +4559,18 @@
"description": "OpenBSDs pledge(2) for Nim.", "description": "OpenBSDs pledge(2) for Nim.",
"license": "BSD", "license": "BSD",
"web": "https://github.com/euantorano/pledge.nim" "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"
} }
] ]