From 50e2906fb7237dd8d117fd7a122b7de16187adb3 Mon Sep 17 00:00:00 2001 From: PMunch Date: Thu, 11 Jan 2018 10:40:31 +0100 Subject: [PATCH] Added libkeepass package --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 5d0a660..d9de6be 100644 --- a/packages.json +++ b/packages.json @@ -1003,6 +1003,19 @@ "license": "MIT", "web": "https://github.com/PMunch/binaryparse" }, + { + "name": "libkeepass", + "url": "https://github.com/PMunch/libkeepass", + "method": "git", + "tags": [ + "keepass", + "password", + "library" + ], + "description": "Library for reading KeePass files and decrypt the passwords within it", + "license": "MIT", + "web": "https://github.com/PMunch/libkeepass" + }, { "name": "sdl2_nim", "url": "https://github.com/Vladar4/sdl2_nim",