diff options
| author | Dominik Picheta <dominikpicheta@gmail.com> | 2016-05-15 12:57:14 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@gmail.com> | 2016-05-15 12:57:14 +0100 |
| commit | 5f990fd048e6230942606087d31f5df105b8dc1a (patch) | |
| tree | 69324be870540b29519f2cd36a5dfd59425fdfef | |
| parent | 8bfccfcbcd212bf2ac581936050ca0f577a76f77 (diff) | |
| parent | 2bafc2a76ba6c4f98724a1d1d35cb782783c7979 (diff) | |
| download | packages-5f990fd048e6230942606087d31f5df105b8dc1a.tar.gz packages-5f990fd048e6230942606087d31f5df105b8dc1a.zip | |
Merge branch 'aidansteele-patch-1'
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index dc53ff9..c9ad124 100644 --- a/packages.json +++ b/packages.json @@ -4679,5 +4679,17 @@ "description": "libsodium wrapper", "license": "LGPLv3", "web": "https://github.com/FedericoCeratto/nim-libsodium" + }, + { + "name": "aws_sdk", + "url": "https://github.com/aidansteele/aws_sdk.nim", + "method": "git", + "tags": [ + "aws", + "amazon" + ], + "description": "Library for interacting with Amazon Web Services (AWS)", + "license": "MIT", + "web": "https://github.com/aidansteele/aws_sdk.nim" } ] |
