diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-01-11 16:19:01 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-11 16:19:01 +0000 |
| commit | 6c53f3008836586aff5960a2be906a62bea76e53 (patch) | |
| tree | 860ab47daecb5d15e96ddd6584de69716efee231 | |
| parent | f370171547e664372e427b0e9c4023917602efc0 (diff) | |
| parent | 50e2906fb7237dd8d117fd7a122b7de16187adb3 (diff) | |
| download | packages-6c53f3008836586aff5960a2be906a62bea76e53.tar.gz packages-6c53f3008836586aff5960a2be906a62bea76e53.zip | |
Merge pull request #640 from PMunch/master
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", |
