aboutsummaryrefslogtreecommitdiff
path: root/packages.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages.json')
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 35fabcd..406b06a 100644
--- a/packages.json
+++ b/packages.json
@@ -1937,5 +1937,14 @@
"description": "dbus bindings for Nim",
"license": "MIT",
"web": "https://github.com/zielmicha/nim-dbus"
+ },
+ {
+ "name": "lmdb",
+ "url": "https://github.com/fowlmouth/lmdb.nim",
+ "method": "git",
+ "tags": ["wrapper", "lmdb"],
+ "description": "A wrapper for LMDB the Lightning Memory-Mapped Database",
+ "license": "MIT",
+ "web": "https://github.com/fowlmouth/lmdb.nim"
}
]