aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ceratto <federico.ceratto@gmail.com>2018-12-02 14:09:39 +0000
committerMiran <narimiran@disroot.org>2018-12-02 15:09:39 +0100
commitc2cd467f65750f0fdd4e4840bf66a63f4d744634 (patch)
tree84904482765eccb4800a331d7f39f35241ed45a5
parent788bcf6211843daafb09c30597bf30ae6a07f3c5 (diff)
downloadpackages-c2cd467f65750f0fdd4e4840bf66a63f4d744634.tar.gz
packages-c2cd467f65750f0fdd4e4840bf66a63f4d744634.zip
Take over LMDB wrapper (#952)
The previous project is not maintained and the author agreed: https://github.com/fowlmouth/lmdb.nim/issues/1
-rw-r--r--packages.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/packages.json b/packages.json
index 75f741f..b167605 100644
--- a/packages.json
+++ b/packages.json
@@ -3371,15 +3371,16 @@
},
{
"name": "lmdb",
- "url": "https://github.com/fowlmouth/lmdb.nim",
+ "url": "https://github.com/FedericoCeratto/nim-lmdb",
"method": "git",
"tags": [
"wrapper",
- "lmdb"
+ "lmdb",
+ "key-value"
],
"description": "A wrapper for LMDB the Lightning Memory-Mapped Database",
- "license": "MIT",
- "web": "https://github.com/fowlmouth/lmdb.nim"
+ "license": "OpenLDAP",
+ "web": "https://github.com/FedericoCeratto/nim-lmdb"
},
{
"name": "zip",