diff options
| author | Aidan Steele <aidan.steele@glassechidna.com.au> | 2016-05-13 20:44:57 +1000 |
|---|---|---|
| committer | Aidan Steele <aidan.steele@glassechidna.com.au> | 2016-05-13 20:44:57 +1000 |
| commit | e04992c6839c0b4f125dbe74857d1df437ed4fbd (patch) | |
| tree | 72c8f51b94fef4bd2a8b16003c77e1873c5fb545 | |
| parent | f21186401e313d82d59920d9c067c0c3ae5764a7 (diff) | |
| download | packages-e04992c6839c0b4f125dbe74857d1df437ed4fbd.tar.gz packages-e04992c6839c0b4f125dbe74857d1df437ed4fbd.zip | |
Added aws_sdk
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index cf9918c..bfbfe7a 100644 --- a/packages.json +++ b/packages.json @@ -4665,5 +4665,17 @@ "description": "Large number of cryptographic hashes for Nim", "license": "MIT", "web": "https://github.com/aidansteele/sph" + }, + { + "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" } ] |
