From e04992c6839c0b4f125dbe74857d1df437ed4fbd Mon Sep 17 00:00:00 2001 From: Aidan Steele Date: Fri, 13 May 2016 20:44:57 +1000 Subject: [PATCH] Added aws_sdk --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" } ]