diff options
| author | PMunch <peterme@peterme.net> | 2018-01-11 10:40:31 +0100 |
|---|---|---|
| committer | Peter Munch-Ellingsen <peterme@peterme.net> | 2018-01-11 10:41:23 +0100 |
| commit | 50e2906fb7237dd8d117fd7a122b7de16187adb3 (patch) | |
| tree | 860ab47daecb5d15e96ddd6584de69716efee231 | |
| parent | f370171547e664372e427b0e9c4023917602efc0 (diff) | |
| download | packages-50e2906fb7237dd8d117fd7a122b7de16187adb3.tar.gz packages-50e2906fb7237dd8d117fd7a122b7de16187adb3.zip | |
Added libkeepass package
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 5d0a660..d9de6be 100644 --- a/packages.json +++ b/packages.json @@ -1004,6 +1004,19 @@ "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", "method": "git", |
